[KERNEL32_APITEST] Trivial

This commit is contained in:
Katayama Hirofumi MZ 2019-04-06 13:51:20 +09:00
parent e015239426
commit 0cdee99e05

View file

@ -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");