disable unicode until GL context is fixed
This commit is contained in:
parent
5be05b3f61
commit
826afd137c
|
@ -25,9 +25,9 @@
|
||||||
|
|
||||||
#ifndef _XBOX
|
#ifndef _XBOX
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define UNICODE
|
/*#define UNICODE
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue