From bbe9b49fdd652f0b088366017c4b7753b475dcf2 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 30 Jan 2007 22:43:12 +0000 Subject: vc6 patch by George git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@95 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tipper/common.h') diff --git a/tipper/common.h b/tipper/common.h index bc11b16..fa8541c 100644 --- a/tipper/common.h +++ b/tipper/common.h @@ -23,6 +23,12 @@ #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE. #endif +#if defined( UNICODE ) && !defined( _UNICODE ) +#define _UNICODE +#endif + +#include + #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #include -- cgit v1.2.3