our friend Deprecated conversion is no more :)

This commit is contained in:
Sylae Corell
2014-07-30 11:55:31 -06:00
parent 9a8f37b817
commit 297eae6a94
18 changed files with 64 additions and 76 deletions

View File

@@ -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);