From dfacf862e25723a49f03a3a54f2ad2eb8f08d764 Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 29 Jan 2007 23:09:23 +0000 Subject: vc6 patch and project files by Goerge git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@90 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'yapp/common.h') diff --git a/yapp/common.h b/yapp/common.h index 48d85ee..45a9723 100644 --- a/yapp/common.h +++ b/yapp/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