Home
last modified time | relevance | path

Searched refs:_WIN32_IE (Results 1 – 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
Dstdafx.h60 #ifndef _WIN32_IE // Allow use of features specific to IE 6.0 or later.
62 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE. macro
/external/mdnsresponder/mDNSWindows/ControlPanel/
Dstdafx.h39 #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
40 #define _WIN32_IE 0x0500 // Change this to the appropriate value to target IE 5.0 or later. macro
/external/llvm/lib/Support/Windows/
DWindowsSupport.h27 #undef _WIN32_IE
31 #define _WIN32_IE 0x0800 // MinGW at it again. FIXME: verify if still needed. macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h27 #undef _WIN32_IE
31 #define _WIN32_IE 0x0800 // MinGW at it again. FIXME: verify if still needed. macro
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DWindows.h24 #define _WIN32_IE 0x0600 // MinGW at it again. macro
/external/libevent/
Devdns.c79 #ifndef _WIN32_IE
80 #define _WIN32_IE 0x400 macro