MSVC warning.
This commit is contained in:
parent
5d5ab508d4
commit
19059ccaff
|
@ -86,7 +86,7 @@ bool GetTrueWindowsVersion(RTL_OSVERSIONINFOW &osVersionInfo)
|
||||||
RtlGetVersionFunc pRtlGetVersion = nullptr;
|
RtlGetVersionFunc pRtlGetVersion = nullptr;
|
||||||
|
|
||||||
// Load the System-DLL
|
// Load the System-DLL
|
||||||
HINSTANCE hNTdllDll = LoadLibrary(L"ntdll.dll");
|
HMODULE hNTdllDll = LoadLibrary(L"ntdll.dll");
|
||||||
|
|
||||||
// Successfully loaded?
|
// Successfully loaded?
|
||||||
if (hNTdllDll != nullptr)
|
if (hNTdllDll != nullptr)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user