Replace obsolete calling convention

This commit is contained in:
Ben Payne 2014-11-11 15:19:26 -05:00
parent dc780ddcae
commit a3f4adacc3
2 changed files with 3 additions and 3 deletions

View file

@ -313,7 +313,7 @@ S32 main(S32 argc, const char **argv)
#include "app/mainLoop.h"
S32 PASCAL WinMain( HINSTANCE hInstance, HINSTANCE, LPSTR lpszCmdLine, S32)
S32 WINAPI WinMain( HINSTANCE hInstance, HINSTANCE, LPSTR lpszCmdLine, S32)
{
Vector<char *> argv( __FILE__, __LINE__ );
@ -619,4 +619,4 @@ ConsoleFunction( isKoreanBuild, bool, 1, 1, "isKoreanBuild()" )
}
return( result );
}
}