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__
parent
4fe5a010c2
commit
265b0a9fca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue