disable unicode until GL context is fixed

This commit is contained in:
Brad Parker 2016-12-02 15:34:15 -05:00
parent 5be05b3f61
commit 826afd137c
1 changed files with 2 additions and 2 deletions

View File

@ -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" {