mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[CRT]
Silence a warning svn path=/branches/cmake-bringup/; revision=49642
This commit is contained in:
@@ -32,7 +32,7 @@ void _assert(const char *exp, const char *file, unsigned line)
|
||||
|
||||
/* Get MessageBoxA function pointer */
|
||||
hmodUser32 = LoadLibrary("user32.dll");
|
||||
pMessageBoxA = GetProcAddress(hmodUser32, "MessageBoxA");
|
||||
pMessageBoxA = (PVOID)GetProcAddress(hmodUser32, "MessageBoxA");
|
||||
if (!pMessageBoxA)
|
||||
{
|
||||
abort();
|
||||
|
||||
Reference in New Issue
Block a user