Searched refs:_WIN32_WINNT (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcwindows.h37 # if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
38 # undef _WIN32_WINNT
40 # ifndef _WIN32_WINNT
41 # define _WIN32_WINNT 0x0600 macro
/xsrc/external/mit/glu/dist/src/include/
H A Dgluos.h44 #undef _WIN32_WINNT
47 #ifndef _WIN32_WINNT
49 * _WIN32_WINNT >= 0x0600 */
50 #define _WIN32_WINNT 0x0400 macro
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_win32.h56 #if _WIN32_WINNT >= 0x0600
70 #if defined(EMULATED_THREADS_USE_NATIVE_CALL_ONCE) && (_WIN32_WINNT < 0x0600)
71 #error EMULATED_THREADS_USE_NATIVE_CALL_ONCE requires _WIN32_WINNT>=0x0600
74 #if defined(EMULATED_THREADS_USE_NATIVE_CV) && (_WIN32_WINNT < 0x0600)
75 #error EMULATED_THREADS_USE_NATIVE_CV requires _WIN32_WINNT>=0x0600
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_win32.h49 #if _WIN32_WINNT >= 0x0600
61 #if defined(EMULATED_THREADS_USE_NATIVE_CALL_ONCE) && (_WIN32_WINNT < 0x0600)
62 #error EMULATED_THREADS_USE_NATIVE_CALL_ONCE requires _WIN32_WINNT>=0x0600
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_thread.h52 #elif defined(_WIN32) && !defined(__CYGWIN__) && _WIN32_WINNT >= 0x0600
99 #elif defined(_WIN32) && !defined(__CYGWIN__) && _WIN32_WINNT >= 0x0600

Completed in 5 milliseconds