mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KERNEL32_APITEST] Trivial
This commit is contained in:
parent
e015239426
commit
0cdee99e05
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue