Pointer as bool (libsdl-org#7214)
This commit is contained in:
@@ -68,7 +68,7 @@ CreateWindowNative(int w, int h)
|
||||
CreateWindow("SDL Test", "", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT,
|
||||
CW_USEDEFAULT, w, h, NULL, NULL, GetModuleHandle(NULL),
|
||||
NULL);
|
||||
if (hwnd == NULL) {
|
||||
if (!hwnd) {
|
||||
MessageBox(NULL, "Window Creation Failed!", "Error!",
|
||||
MB_ICONEXCLAMATION | MB_OK);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user