mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Minimal changes to compile T3D on WIN64.
This commit is contained in:
parent
a93f179138
commit
8ed0f508ca
13 changed files with 161 additions and 18 deletions
|
|
@ -25,7 +25,10 @@
|
|||
#include "core/stringTable.h"
|
||||
#include "core/strings/unicode.h"
|
||||
|
||||
#ifndef TORQUE_OS_WIN64
|
||||
typedef long SHANDLE_PTR;
|
||||
#endif
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <windows.h>
|
||||
#include <lmcons.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue