Searched defs:_WIN32_WINNT (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinresrc.h43 #ifndef _WIN32_WINNT
44 #define _WIN32_WINNT 0x0500 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinresrc.h43 #ifndef _WIN32_WINNT
44 #define _WIN32_WINNT 0x0500 macro
/vbox/src/VBox/Runtime/testcase/
H A DntGetTimerResolution.cpp31 #define _WIN32_WINNT 0x0500 macro
/vbox/src/VBox/ValidationKit/utils/nt/
H A Dntsetfreq.cpp31 #define _WIN32_WINNT 0x0500 macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceStats.cpp23 # undef _WIN32_WINNT macro
24 # define _WIN32_WINNT 0x501 macro
H A DVBoxServiceVMInfo-win.cpp22 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0502
23 # undef _WIN32_WINNT macro
24 # define _WIN32_WINNT 0x0502 /* CachedRemoteInteractive in recent SDKs. */ macro
H A DVBoxServiceVMInfo.cpp25 # undef _WIN32_WINNT macro
26 # define _WIN32_WINNT 0x0500 macro
/vbox/src/VBox/Runtime/r3/win/
H A Dtimer-win.cpp57 #define _WIN32_WINNT 0x0500 macro
H A Dfileio-win.cpp32 #ifndef _WIN32_WINNT
33 # define _WIN32_WINNT 0x0500 macro
H A Dlocalipc-win.cpp35 #ifndef _WIN32_WINNT
36 # define _WIN32_WINNT 0x0500 /* for ConvertStringSecurityDescriptorToSecurityDescriptor */ macro
37 #elif _WIN32_WINNT < 0x0500
38 # undef _WIN32_WINNT macro
39 # define _WIN32_WINNT 0x0500 macro
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSeamless.cpp18 #define _WIN32_WINNT 0x0500 macro
H A DVBoxVRDP.cpp19 #define _WIN32_WINNT 0x0501 macro
H A DVBoxLA.cpp17 #define _WIN32_WINNT 0x0501 macro
H A DVBoxDispIf.cpp18 #define _WIN32_WINNT 0x0601 macro
/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.cpp20 #ifndef _WIN32_WINNT
21 #define _WIN32_WINNT 0x0500 macro
22 #else /* !_WIN32_WINNT */
23 #if (_WIN32_WINNT < 0x0500)
25 #endif /* _WIN32_WINNT < 0x0500 */
26 #endif /* !_WIN32_WINNT */
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp21 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
22 # undef _WIN32_WINNT macro
23 # define _WIN32_WINNT 0x0501 /* AttachConsole() / FreeConsole(). */ macro
997 #if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0501
1115 #if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0501
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp49 # define _WIN32_WINNT 0x0501 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_winnt.h42 ** setting _WIN32_WINNT to NT 4.0 for winsock.h, winbase.h, winnt.h.
44 #ifndef _WIN32_WINNT
45 #define _WIN32_WINNT 0x0400 macro
46 #elif (_WIN32_WINNT < 0x0400)
47 #undef _WIN32_WINNT macro
48 #define _WIN32_WINNT 0x0400 macro
49 #endif /* _WIN32_WINNT */
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h59 ** setting _WIN32_WINNT to NT 4.0 for winsock.h, winbase.h, winnt.h.
61 #ifndef _WIN32_WINNT
62 #define _WIN32_WINNT 0x0400 macro
63 #elif (_WIN32_WINNT < 0x0400)
64 #undef _WIN32_WINNT macro
65 #define _WIN32_WINNT 0x0400 macro
66 #endif /* _WIN32_WINNT */

Completed in 92 milliseconds