Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1734 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
zwelch 2009-05-11 08:26:42 +00:00
parent 4fe5a010c2
commit 265b0a9fca
1 changed files with 4 additions and 4 deletions

View File

@ -33,14 +33,14 @@
#include "config.h"
#endif
#if IS_CYGWIN == 1
#include "windows.h"
#endif
/* project specific includes */
#include "jtag.h"
#include "time_support.h"
#if IS_CYGWIN == 1
#include <windows.h>
#endif
/* FT2232 access library includes */
#if BUILD_FT2232_FTD2XX == 1