Browse Source

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
tags/v0.2.0
zwelch 15 years ago
parent
commit
265b0a9fca
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/jtag/ft2232.c

+ 4
- 4
src/jtag/ft2232.c 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


Loading…
Cancel
Save