diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
commit | 260123716172d33f44bdc0e4e5422554d139215c (patch) | |
tree | 840e8e6387b96bd6f9afe3ffebc19c781a112f1b /stdafx.h | |
parent | 0b624384cd52be20e61284551d832b499d7b7707 (diff) | |
download | libphidget21-260123716172d33f44bdc0e4e5422554d139215c.tar.gz |
Imported Upstream version 2.1.8.20120507upstream/2.1.8.20120507
Diffstat (limited to 'stdafx.h')
-rw-r--r-- | stdafx.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -48,6 +48,9 @@ #ifdef _WINDOWS // Defines & Include for Windows only + #ifndef AI_ADDRCONFIG + #define AI_ADDRCONFIG 0x00000400 // Resolution only if global address configured + #endif //On Windows (but not WinCE), compile in Labview functions #ifndef WINCE @@ -232,11 +235,6 @@ #elif _LINUX // Defines & Include for Linux Only - - // No libusb on Android - #ifndef _ANDROID - #include <usb.h> - #endif #include <assert.h> #include <dlfcn.h> |