mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
_get_current_locale needs #include <locale.h>
This commit is contained in:
parent
1205632f92
commit
bf02918f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <locale.h>
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
int (*torque_winmain)( HINSTANCE hInstance, HINSTANCE h, LPSTR lpszCmdLine, int nShow) = NULL;
|
int (*torque_winmain)( HINSTANCE hInstance, HINSTANCE h, LPSTR lpszCmdLine, int nShow) = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue