mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:43:02 +00:00
Do not define _UNICODE twice (on command line and in utility.h)
svn path=/trunk/; revision=33375
This commit is contained in:
parent
908a3aa96b
commit
76ed4ec83b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ using namespace std;
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
// Unicode support
|
// Unicode support
|
||||||
#ifdef UNICODE
|
#if defined(UNICODE) && !defined(_UNICODE)
|
||||||
#define _UNICODE
|
#define _UNICODE
|
||||||
#endif
|
#endif
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue