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

1 2

  /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.
  /external/v8/tools/gyp/test/win/rc-build/
targetver.h 10 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
11 #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.
  /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>
mfmp2dlna.h 9 #if (WINVER >= 0x0601)
32 #endif /*(WINVER >= 0x0601)*/
newdev.h 39 #if (WINVER >= _WIN32_WINNT_WIN2K)
65 #endif /* (WINVER >= _WIN32_WINNT_WIN2K) */
67 #if (WINVER >= _WIN32_WINNT_VISTA)
140 #endif /* (WINVER >= _WIN32_WINNT_VISTA) */
142 #if (WINVER >= _WIN32_WINNT_WIN7)
151 #endif /* (WINVER >= _WIN32_WINNT_WIN7) */
sdkddkver.h 153 /* Choose WINVER Value */
154 #ifndef WINVER
156 #define WINVER _WIN32_WINNT
158 #define WINVER 0x0502
windef.h 19 #ifndef WINVER
20 #define WINVER 0x0502
_mingw.h 224 #ifndef WINVER
225 #define WINVER 0x0502
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h 20 #define WINVER _WIN32_WINNT_VISTA
  /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
  /external/curl/lib/
config-win32.h 542 # ifndef WINVER
543 # define WINVER VS2008_DEF_TARGET
545 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
555 # ifndef WINVER
556 # define WINVER VS2012_DEF_TARGET
558 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
574 # ifndef WINVER
575 # define WINVER 0x0500
  /external/pdfium/core/src/fxge/win32/
dwrite_int.h 24 #if (WINVER < 0x0500)
  /ndk/sources/cxx-stl/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) || \
  /prebuilts/ndk/current/sources/cxx-stl/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) || \
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 161 # if defined (_STLP_NEW_PLATFORM_SDK) && (!defined (WINVER) || (WINVER >= 0x0501)) && \
  /system/core/base/
utf8.cpp 55 #if (WINVER >= 0x0600)
utf8_test.cpp 216 #if (WINVER >= 0x0600)
226 #if (WINVER >= 0x0600)
  /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...]

Completed in 559 milliseconds

1 2