HomeSort by relevance Sort by last modified time
    Searched defs:_WIN32_WINNT (Results 26 - 50 of 50) sorted by null

12

  /external/opencv3/modules/videoio/
precomp.hpp 64 #if !defined _WIN32_WINNT
66 #define _WIN32_WINNT 0x0600 // Windows Vista
68 #define _WIN32_WINNT 0x0500 // Windows 2000
  /external/opencv3/modules/videoio/src/
precomp.hpp 64 #if !defined _WIN32_WINNT
66 #define _WIN32_WINNT 0x0600 // Windows Vista
68 #define _WIN32_WINNT 0x0500 // Windows 2000
cap_dshow.cpp 160 #ifndef _WIN32_WINNT
161 #define _WIN32_WINNT 0x400
    [all...]
  /external/webrtc/third_party/gflags/gen/win/include/private/
config.h 132 #ifndef _WIN32_WINNT
133 # define _WIN32_WINNT 0x0400
  /external/libevent/
evthread_win32.c 29 #ifndef _WIN32_WINNT
31 #define _WIN32_WINNT 0x0403
listener.c 32 #ifndef _WIN32_WINNT
34 #define _WIN32_WINNT 0x0403
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
OISLIRCFactoryCreator.cpp 35 # define _WIN32_WINNT 0x0500
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h 23 #ifndef _WIN32_WINNT
24 #define _WIN32_WINNT 0x0501
  /sdk/find_java/src/source/
find_java_lib.cpp 24 #undef _WIN32_WINNT
25 #define _WIN32_WINNT 0x0502
  /external/c-ares/
config-win32.h 290 # ifndef _WIN32_WINNT
291 # define _WIN32_WINNT VS2008_DEF_TARGET
296 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
304 # ifndef _WIN32_WINNT
305 # define _WIN32_WINNT 0x0500
319 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 43 #define _WIN32_WINNT 0x0500
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 9 #define _WIN32_WINNT 0x0400
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 35 #ifndef _WIN32_WINNT
36 #define _WIN32_WINNT 0x0500
  /external/autotest/client/tests/kvm/deps/
rss.cpp 73 #define _WIN32_WINNT 0x0500
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdkddkver.h 13 /* _WIN32_WINNT */
140 #if !defined(_WIN32_WINNT) && !defined(_CHICAGO_)
141 #define _WIN32_WINNT _WIN32_WINNT_WS03
146 #ifdef _WIN32_WINNT
147 #define NTDDI_VERSION NTDDI_VERSION_FROM_WIN32_WINNT(_WIN32_WINNT)
155 #ifdef _WIN32_WINNT
156 #define WINVER _WIN32_WINNT
164 #ifdef _WIN32_WINNT
165 #if (_WIN32_WINNT <= _WIN32_WINNT_NT4)
167 #elif (_WIN32_WINNT <= _WIN32_WINNT_WIN2K
    [all...]
_mingw.h 228 #ifndef _WIN32_WINNT
229 #define _WIN32_WINNT 0x502
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 730 #ifndef _WIN32_WINNT
731 # define _WIN32_WINNT Py_WINVER
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 730 #ifndef _WIN32_WINNT
731 # define _WIN32_WINNT Py_WINVER
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 730 #ifndef _WIN32_WINNT
731 # define _WIN32_WINNT Py_WINVER
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 730 #ifndef _WIN32_WINNT
731 # define _WIN32_WINNT Py_WINVER
    [all...]
  /external/curl/lib/
config-win32.h 539 # ifndef _WIN32_WINNT
540 # define _WIN32_WINNT VS2008_DEF_TARGET
545 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
552 # ifndef _WIN32_WINNT
553 # define _WIN32_WINNT VS2012_DEF_TARGET
558 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
571 # ifndef _WIN32_WINNT
572 # define _WIN32_WINNT 0x0500
587 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 156 # if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
157 # undef _WIN32_WINNT
159 # ifndef _WIN32_WINNT
160 # define _WIN32_WINNT 0x0600
  /external/dbus/dbus/
dbus-sysdeps-win.c 34 #ifndef _WIN32_WINNT
35 #define _WIN32_WINNT 0x0501
    [all...]
  /external/opencv3/modules/core/src/
system.cpp 60 #ifndef _WIN32_WINNT // This is needed for the declaration of TryEnterCriticalSection in winbase.h with Visual Studio 2005 (and older?)
61 #define _WIN32_WINNT 0x0400 // http://msdn.microsoft.com/en-us/library/ms686857(VS.85).aspx
64 #if (_WIN32_WINNT >= 0x0602)
848 #if (_WIN32_WINNT >= 0x0600)
    [all...]
ocl.cpp     [all...]

Completed in 1296 milliseconds

12