Fixed bug 15051

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@550 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Colin O Flynn 2005-11-25 14:48:22 +00:00
parent fa935481aa
commit 1b38485a23
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-11-25 Colin O'Flynn <coflynn@newae.com>
Fixed bug 15051, building for Windows breaks.
*par.c: ppi_claim and ppi_release definitions now in a Windows header file
*ppi.c: Only included if you are building for Windows
*win_ppdev.h: Initial Commit, see par.c
2005-11-24 Colin O'Flynn <coflynn@newae.com>
Fix bug 14681 - Serial Communication Fails on -vvvv with Windows
* ser_win32.c: Patched with Brian Dean's patch