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