diff options
Diffstat (limited to 'dbeditorpp/headers.h')
-rw-r--r-- | dbeditorpp/headers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dbeditorpp/headers.h b/dbeditorpp/headers.h index 9eda591..b1b4c23 100644 --- a/dbeditorpp/headers.h +++ b/dbeditorpp/headers.h @@ -7,6 +7,12 @@ #define _WIN32_WINNT 0x0501
#define MIRANDA_VER 0x0900
+#if defined( UNICODE ) && !defined( _UNICODE )
+ #define _UNICODE
+#endif
+
+#include <tchar.h>
+
#include <Windows.h>
#include <commctrl.h>
#include <stdio.h>
|