mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16:17 +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);
|
typedef NTSTATUS (WINAPI* RTLGETVERSION)(PRTL_OSVERSIONINFOW);
|
||||||
|
|
||||||
static OSVERSIONINFOW *GetRealOSVersion()
|
static OSVERSIONINFOW *GetRealOSVersion(void)
|
||||||
{
|
{
|
||||||
static OSVERSIONINFOW osvi = { 0 };
|
static OSVERSIONINFOW osvi = { 0 };
|
||||||
HINSTANCE hNTDLL = LoadLibraryW(L"ntdll.dll");
|
HINSTANCE hNTDLL = LoadLibraryW(L"ntdll.dll");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue