https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0cdee99e055538c490c5e…
commit 0cdee99e055538c490c5e7874eac9932305afa37
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Sat Apr 6 13:51:20 2019 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Sat Apr 6 13:51:34 2019 +0900
[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 82e4dc6bc1..0e2add1249 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");