From 76ed4ec83b84b43996f6dbf77a21f320a124fb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 8 May 2008 17:06:47 +0000 Subject: [PATCH] Do not define _UNICODE twice (on command line and in utility.h) svn path=/trunk/; revision=33375 --- reactos/base/shell/explorer/utility/utility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/shell/explorer/utility/utility.h b/reactos/base/shell/explorer/utility/utility.h index 0f15c478468..03c7434ea6b 100644 --- a/reactos/base/shell/explorer/utility/utility.h +++ b/reactos/base/shell/explorer/utility/utility.h @@ -45,7 +45,7 @@ using namespace std; #include // Unicode support -#ifdef UNICODE +#if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #endif #include