mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user