mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix Dynamic Library builds on Windows
This commit is contained in:
parent
d05d9b6cf1
commit
a4e3a000fb
3 changed files with 10 additions and 2 deletions
|
|
@ -429,7 +429,7 @@ S32 TorqueMain(int argc, const char **argv)
|
|||
|
||||
extern "C" {
|
||||
|
||||
S32 torque_winmain( HINSTANCE hInstance, HINSTANCE, LPSTR lpszCmdLine, S32)
|
||||
TORQUE_API S32 torque_winmain( HINSTANCE hInstance, HINSTANCE, LPSTR lpszCmdLine, S32)
|
||||
{
|
||||
Vector<char *> argv( __FILE__, __LINE__ );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue