mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 04:45:31 +00:00
Fix ill-formed #else
This commit is contained in:
parent
62fa40380b
commit
27e6649413
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ typedef unsigned _int64 U64;
|
|||
#if _MSC_VER < 1200
|
||||
// No support for old compilers
|
||||
# error "VC: Minimum VisualC++ 6.0 or newer required"
|
||||
#else _MSC_VER >= 1200
|
||||
#else // _MSC_VER >= 1200
|
||||
# define TORQUE_COMPILER_STRING "VisualC++"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue