From 0cdee99e055538c490c5e7874eac9932305afa37 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Sat, 6 Apr 2019 13:51:20 +0900 Subject: [PATCH] [KERNEL32_APITEST] Trivial --- modules/rostests/apitests/kernel32/MultiByteToWideChar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/kernel32/MultiByteToWideChar.c b/modules/rostests/apitests/kernel32/MultiByteToWideChar.c index 82e4dc6bc16..0e2add12496 100644 --- a/modules/rostests/apitests/kernel32/MultiByteToWideChar.c +++ b/modules/rostests/apitests/kernel32/MultiByteToWideChar.c @@ -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");