HomeSort by relevance Sort by last modified time
    Searched refs:WINVER (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebKit/win/
WebKitPrefix.h 33 #ifndef WINVER
34 #define WINVER 0x0500
  /external/webkit/WebKitTools/WinLauncher/
stdafx.h 35 #ifndef WINVER // Allow use of features specific to Windows XP or later.
36 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows.
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 21 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of Windows.
  /development/host/windows/usb/api/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  /development/host/windows/usb/winusb/
stdafx.h 31 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
32 #define WINVER 0x0500 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  /external/webkit/WebKitTools/DumpRenderTree/
config.h 56 #undef WINVER
57 #define WINVER 0x0500
  /external/webkit/WebCore/
WebCorePrefix.h 44 #ifndef WINVER
45 #define WINVER 0x0500
config.h 58 #ifndef WINVER
59 #define WINVER 0x0500
  /external/stlport/stlport/stl/config/
_windows.h 237 #if (defined (WINVER) && (WINVER < 0x0410) && (!defined (_WIN32_WINNT) || (_WIN32_WINNT < 0x400))) || \
238 (!defined (WINVER) && (defined (_WIN32_WINDOWS) && (_WIN32_WINDOWS < 0x0410) || \
  /external/stlport/src/
lock_free_slist.h 161 # if defined (_STLP_NEW_PLATFORM_SDK) && (!defined (WINVER) || (WINVER >= 0x0501)) && \
  /external/webkit/JavaScriptCore/wtf/
Assertions.cpp 39 #ifndef WINVER
40 #define WINVER 0x0500
  /external/stlport/
configure.bat 443 echo WINVER=0x0400 >> build\Makefiles\nmake\config.mak
449 echo WINVER=0x0410 >> build\Makefiles\nmake\config.mak
455 echo WINVER=0x0501 >> build\Makefiles\nmake\config.mak
617 echo WINVER=0x0501 >> build\Makefiles\nmake\config.mak
  /external/bluetooth/glib/glib/
gatomic.c 791 * commented out if not true. It is defined iff WINVER > 0x0400,
792 * which is usually correct but can be wrong if WINVER is set before
795 # if WINVER > 0x0400

Completed in 189 milliseconds