mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 09:33:50 +00:00
Replace obsolete calling convention
This commit is contained in:
parent
dc780ddcae
commit
a3f4adacc3
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ bool getDllName(std::wstring& dllName, const std::wstring suffix)
|
|||
return true;
|
||||
}
|
||||
|
||||
int PASCAL WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCommandShow)
|
||||
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCommandShow)
|
||||
{
|
||||
// Try to find the game DLL, which may have one of several file names.
|
||||
HMODULE hGame = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue