mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 19:43:39 +08:00
[KERNEL32_APITEST] Trivial
This commit is contained in:
@@ -173,7 +173,7 @@ static void TestEntry(const ENTRY *pEntry)
|
||||
|
||||
typedef NTSTATUS (WINAPI* RTLGETVERSION)(PRTL_OSVERSIONINFOW);
|
||||
|
||||
static OSVERSIONINFOW *GetRealOSVersion()
|
||||
static OSVERSIONINFOW *GetRealOSVersion(void)
|
||||
{
|
||||
static OSVERSIONINFOW osvi = { 0 };
|
||||
HINSTANCE hNTDLL = LoadLibraryW(L"ntdll.dll");
|
||||
|
||||
Reference in New Issue
Block a user