diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-10 13:14:16 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-10 14:03:39 +0200 |
commit | e862e147391d09681b0419f1d41335eb6c97cf99 (patch) | |
tree | 4d5a86e0ac4f962cf6d10b9d3f87b5b0ee66babd /desktop | |
parent | 2340939198113cf10e693356aa3897f97e3e6ad4 (diff) |
_UNICODE macro unused
Change-Id: I4820830f24c8a9a6d9ec3ad79df51bb2ac4f1e4d
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/misc/dp_misc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx index 5a1bd22eb275..dadfe234e284 100644 --- a/desktop/source/deployment/misc/dp_misc.cxx +++ b/desktop/source/deployment/misc/dp_misc.cxx @@ -44,7 +44,6 @@ #ifdef WNT #define UNICODE -#define _UNICODE #define WIN32_LEAN_AND_MEAN #include <windows.h> #endif |