mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 00:27:23 +08:00
[NTDLL_WINETEST] Fix failing tests on Windows Vista
This commit is contained in:
@@ -1016,6 +1016,7 @@ extern void winetest_end_nocount(void);
|
||||
#define GetMajorNTVersion() (*(ULONG*)(KUSER_SHARED_DATA_UMPTR + 0x026C))
|
||||
#define GetMinorNTVersion() (*(ULONG*)(KUSER_SHARED_DATA_UMPTR + 0x0270))
|
||||
#define GetNTVersion() ((GetMajorNTVersion() << 8) | GetMinorNTVersion())
|
||||
#define __REACTOS__WinVer_lt(Ver) ((GetNTVersion() < (Ver)))
|
||||
|
||||
#ifdef STANDALONE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user