our friend Deprecated conversion is no more :)
This commit is contained in:
@@ -41,7 +41,7 @@ POINT MAKEPOINT(LONG lParam)
|
||||
return point;
|
||||
}
|
||||
|
||||
void DebugQuit(char * msg)
|
||||
void DebugQuit(char const * msg)
|
||||
{
|
||||
MessageBox(0, msg, "DebugQuit", MB_OK);
|
||||
PostQuitMessage(EXIT_FAILURE);
|
||||
|
||||
Reference in New Issue
Block a user