mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:25:41 +00:00
[CRT]
Silence a warning svn path=/branches/cmake-bringup/; revision=49642
This commit is contained in:
parent
39f50aac50
commit
da6504af5d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void _assert(const char *exp, const char *file, unsigned line)
|
||||||
|
|
||||||
/* Get MessageBoxA function pointer */
|
/* Get MessageBoxA function pointer */
|
||||||
hmodUser32 = LoadLibrary("user32.dll");
|
hmodUser32 = LoadLibrary("user32.dll");
|
||||||
pMessageBoxA = GetProcAddress(hmodUser32, "MessageBoxA");
|
pMessageBoxA = (PVOID)GetProcAddress(hmodUser32, "MessageBoxA");
|
||||||
if (!pMessageBoxA)
|
if (!pMessageBoxA)
|
||||||
{
|
{
|
||||||
abort();
|
abort();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue