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

  /development/perftests/panorama/feature_stab/src/dbreg/
targetver.h 26 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
targetver.h 26 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winresrc.h 9 #ifndef WINVER
10 #define WINVER 0x0502
30 #include <winver.h>
sdkddkver.h 153 /* Choose WINVER Value */
154 #ifndef WINVER
156 #define WINVER _WIN32_WINNT
158 #define WINVER 0x0502
winreg.h 15 #ifndef WINVER
16 #define WINVER 0x0502
_mingw.h 224 #ifndef WINVER
225 #define WINVER 0x0502
windef.h 19 #ifndef WINVER
20 #define WINVER 0x0502
wingdi.h 28 #ifndef WINVER
29 #define WINVER 0x0502
    [all...]
winuser.h 21 #ifndef WINVER
22 #define WINVER 0x0502
    [all...]
  /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/c-ares/
config-win32.h 293 # ifndef WINVER
294 # define WINVER VS2008_DEF_TARGET
296 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
307 # ifndef WINVER
308 # define WINVER 0x0500
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 727 #ifndef WINVER
728 # define WINVER Py_WINVER
797 getaddrinfo and getnameinfo is defined for WINVER >= 0x0501.
807 WINVER - the functionas from C runtime.
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 727 #ifndef WINVER
728 # define WINVER Py_WINVER
797 getaddrinfo and getnameinfo is defined for WINVER >= 0x0501.
807 WINVER - the functionas from C runtime.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 727 #ifndef WINVER
728 # define WINVER Py_WINVER
797 getaddrinfo and getnameinfo is defined for WINVER >= 0x0501.
807 WINVER - the functionas from C runtime.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 727 #ifndef WINVER
728 # define WINVER Py_WINVER
797 getaddrinfo and getnameinfo is defined for WINVER >= 0x0501.
807 WINVER - the functionas from C runtime.
    [all...]
  /external/curl/lib/
config-win32.h 541 # ifndef WINVER
542 # define WINVER VS2008_DEF_TARGET
544 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
554 # ifndef WINVER
555 # define WINVER VS2012_DEF_TARGET
557 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
573 # ifndef WINVER
574 # define WINVER 0x0500
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 51 #if WINVER < _WIN32_WINNT_WIN7
52 #undef WINVER
53 #define WINVER _WIN32_WINNT_WIN7
82 #if (WINVER >= 0x0602) // Available since Win 8
    [all...]

Completed in 300 milliseconds