diff options
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>
|