mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Do not define _UNICODE twice (on command line and in utility.h)
svn path=/trunk/; revision=33375
This commit is contained in:
@@ -45,7 +45,7 @@ using namespace std;
|
||||
#include <windows.h>
|
||||
|
||||
// Unicode support
|
||||
#ifdef UNICODE
|
||||
#if defined(UNICODE) && !defined(_UNICODE)
|
||||
#define _UNICODE
|
||||
#endif
|
||||
#include <tchar.h>
|
||||
|
||||
Reference in New Issue
Block a user