Module: wine Branch: master Commit: 1d864cfd22131ee2b49b5450e08897522bf51b72 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1d864cfd22131ee2b49b5450e0...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri May 7 23:36:46 2010 +0200
explorer: Remove unneeded UNICODE define.
---
programs/explorer/systray.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/programs/explorer/systray.c b/programs/explorer/systray.c index 027596a..9a4226a 100644 --- a/programs/explorer/systray.c +++ b/programs/explorer/systray.c @@ -20,7 +20,6 @@
#include <assert.h>
-#define UNICODE #define NONAMELESSUNION #define _WIN32_IE 0x500 #include <windows.h>