From 02875dec227be91d0a57c95a0b5ef7dcb5490d14 Mon Sep 17 00:00:00 2001 From: "Carl J. Bialorucki" Date: Mon, 15 Dec 2025 12:05:19 -0600 Subject: [PATCH] [NTDLL] Add stub for NtQuerySystemInformationEx() - [NTDLL] Add a stub for a Win7+ function that we need to link to when the DLL_EXPORT_VERSION is high enough. This is needed for the kernel32 winetest sync to wine-10.0. --- dll/ntdll/def/ntdll.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/ntdll/def/ntdll.spec b/dll/ntdll/def/ntdll.spec index cef403e8842..90c7b597b56 100644 --- a/dll/ntdll/def/ntdll.spec +++ b/dll/ntdll/def/ntdll.spec @@ -461,6 +461,7 @@ @ stdcall NtQuerySystemEnvironmentValue(ptr ptr long ptr) @ stdcall NtQuerySystemEnvironmentValueEx(ptr ptr ptr ptr ptr) @ stdcall NtQuerySystemInformation(long long long long) +@ stdcall -stub -version=0x601+ NtQuerySystemInformationEx(long ptr long ptr long ptr) @ stdcall NtQuerySystemTime(ptr) @ stdcall NtQueryTimer(ptr long ptr long ptr) @ stdcall NtQueryTimerResolution(long long long)