Home
last modified time | relevance | path

Searched refs:_WIN32_WINNT_WS03 (Results 1 – 19 of 19) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A Dload_notifications.c103 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
112 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
137 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
145 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
166 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
173 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
193 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
200 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
220 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
227 if (g_dwWinVer > _WIN32_WINNT_WS03 || g_TlsCalled) in execute_test()
[all …]
/reactos/dll/appcompat/shims/shimlib/
H A Dshimlib.c19 #if (WINVER > _WIN32_WINNT_WS03)
123 #if (WINVER > _WIN32_WINNT_WS03) in ShimLib_GetHookAPIs()
147 #if (WINVER > _WIN32_WINNT_WS03) in ShimLib_NotifyShims()
153 #if (WINVER > _WIN32_WINNT_WS03) in ShimLib_NotifyShims()
/reactos/modules/rostests/apitests/appshim/
H A Ddispmode.c159 if (g_Version == _WIN32_WINNT_WS03) in post_8bit_no()
179 if (g_Version == _WIN32_WINNT_WS03) in post_8bit_2_no()
231 if (g_Version == _WIN32_WINNT_WS03) in post_640_no()
252 if (g_Version == _WIN32_WINNT_WS03) in post_640_2_no()
282 if (g_Version == _WIN32_WINNT_WS03) in post_theme_no()
407 g_Version = _WIN32_WINNT_WS03; in run_test()
/reactos/sdk/include/psdk/
H A Dsdkddkver.h23 #define _WIN32_WINNT_WS03 0x0502 macro
147 #if (_WIN32_WINNT == _WIN32_WINNT_WS03)
186 #elif (_WIN32_WINNT <= _WIN32_WINNT_WS03)
H A Dcfgmgr32.h724 #if (WINVER >= _WIN32_WINNT_WS03)
H A Dshlobj.h374 #if (_WIN32_WINNT >= _WIN32_WINNT_WINXP) && (_WIN32_WINNT <= _WIN32_WINNT_WS03)
/reactos/modules/rostests/win32/user32/messagebox/
H A Dmessagebox.c21 #define _WIN32_WINNT _WIN32_WINNT_WS03 // _WIN32_WINNT_WIN2K // _WIN32_WINNT_WS03 // _WIN32_WINNT_W…
50 #elif (_WIN32_WINNT <= _WIN32_WINNT_WS03) /* (NTDDI_VERSION == NTDDI_WS03) */
/reactos/sdk/include/reactos/
H A Dundocuser.h260 #elif (_WIN32_WINNT <= _WIN32_WINNT_WS03) /* (NTDDI_VERSION <= NTDDI_WS03) */
389 #elif (WINVER == _WIN32_WINNT_WS03)
/reactos/boot/freeldr/freeldr/ntldr/
H A Dsetupldr.c776 AllocateAndInitLPB(_WIN32_WINNT_WS03, &LoaderBlock); in LoadReactOSSetup()
814 return LoadAndBootWindowsCommon(_WIN32_WINNT_WS03, in LoadReactOSSetup()
H A Dwinldr.c512 return _WIN32_WINNT_WS03; in WinLdrDetectVersion()
1009 OperatingSystemVersion = _WIN32_WINNT_WS03; in LoadAndBootWindows()
/reactos/sdk/lib/rtl/
H A Dprocess.c507 return _WIN32_WINNT_WS03; in _IRQL_requires_max_()
/reactos/sdk/include/ndk/tests/
H A Dwin2003_x86.c5 #define _WIN32_WINNT _WIN32_WINNT_WS03
H A Dwin2003_x64.c5 #define _WIN32_WINNT _WIN32_WINNT_WS03
/reactos/modules/rostests/unittests/interop/
H A DLocaleTests.cpp153 if (dwVersion < _WIN32_WINNT_WS03) in LoadStringWrapW()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c55 #define _WIN32_WINNT _WIN32_WINNT_WS03
135 #if (_WIN32_WINNT >= _WIN32_WINNT_WS03)
944 #if (_WIN32_WINNT >= _WIN32_WINNT_WS03) in PathResolveW()
/reactos/modules/rostests/apitests/apphelp/
H A Ddb.cpp1511 if (Succeed && !ret && g_WinVersion == _WIN32_WINNT_WS03) in test_match_ex()
1777 if (g_WinVersion > _WIN32_WINNT_WS03) in test_DataTags()
1884 if (g_WinVersion == _WIN32_WINNT_WS03) in test_DataTags()
/reactos/ntoskrnl/io/pnpmgr/
H A Dplugplay.c677 #if (WINVER >= _WIN32_WINNT_WS03) in IopGetDeviceProperty()
/reactos/ntoskrnl/ps/
H A Dquery.c1905 (RtlRosGetAppcompatVersion() > _WIN32_WINNT_WS03)) in NtSetInformationProcess()
/reactos/base/services/umpnpmgr/
H A Drpcserver.c2022 #if (WINVER >= _WIN32_WINNT_WS03) in PNP_GetDeviceRegProp()