Searched refs:_WIN32_WINDOWS (Results 1 – 6 of 6) sorted by relevance
43 #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.44 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later. macro
238 (!defined (WINVER) && (defined (_WIN32_WINDOWS) && (_WIN32_WINDOWS < 0x0410) || \
5 thanks to the well known Microsoft macros WINVER, _WIN32_WINDOWS or29 defining _WIN32_WINDOWS to signal Windows 95 compatibility, STLport will
242 #if( !defined( _WIN32_WINDOWS ) )243 #define _WIN32_WINDOWS 0x0401
473 #if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400) in WinMessage()
1793 * src/lock_free_list.h: Fix check of _WIN32_WINNT rather than _WIN32_WINDOWS.1838 give WINVER, _WIN32_WINDOWS or _WIN32_WINNT values.