From 260123716172d33f44bdc0e4e5422554d139215c Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 9 May 2012 00:47:30 +0100 Subject: Imported Upstream version 2.1.8.20120507 --- stdafx.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'stdafx.h') diff --git a/stdafx.h b/stdafx.h index fce61f2..bf5389d 100644 --- a/stdafx.h +++ b/stdafx.h @@ -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 - #endif #include #include -- cgit v1.2.3