Fix Dynamic Library builds on Windows

This commit is contained in:
Lukas Aldershaab 2023-09-27 20:05:30 +02:00 committed by Brian Roberts
parent d05d9b6cf1
commit a4e3a000fb
3 changed files with 10 additions and 2 deletions

View file

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