1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Resolved a number of build issues with WIN32 builds

This commit is contained in:
gstellenberg
2009-06-12 10:03:18 -05:00
parent a2cf25620b
commit 3926fbb84e

View File

@@ -240,8 +240,12 @@ int32_t CreateDMDUpdateConfigBurst ( uint32_t * burst, PRDMDConfig *dmd_config)
* As we add support for other drivers (such as D2xx on Windows), we will add more implementations of the PRHardware*() functions here.
*/
#if defined(__WIN32__)
#define USE_D2XX 1
#endif
#if !defined(USE_D2XX)
#define USE_LIBFTDI 1
#define USE_LIBFTDI 1
#endif
#if USE_LIBFTDI