mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Fixes for dedicated build on linux.
Thx @Bloodknigh for Signal fix.
This commit is contained in:
parent
ef4e7ec975
commit
6450294855
8 changed files with 22 additions and 19 deletions
|
|
@ -60,7 +60,7 @@ typedef unsigned long long U64;
|
|||
# define TORQUE_OS_WIN
|
||||
# define TORQUE_OS_WIN64
|
||||
# include "platform/types.win.h"
|
||||
#if defined(__WIN32__) || defined(_WIN32)
|
||||
#elif defined(__WIN32__) || defined(_WIN32)
|
||||
# define TORQUE_OS_STRING "Win32"
|
||||
# define TORQUE_OS_WIN
|
||||
# define TORQUE_OS_WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue