diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-30 22:43:12 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-30 22:43:12 +0000 |
commit | bbe9b49fdd652f0b088366017c4b7753b475dcf2 (patch) | |
tree | c70f6a524ffc831c56c721275c196e84d100ccdb /tipper/common.h | |
parent | b1aa45306c53a56574f2e5e0113db536a4b7d421 (diff) |
vc6 patch by George
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@95 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/common.h')
-rw-r--r-- | tipper/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <tchar.h>
+
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
|