diff options
author | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-26 20:42:21 +0000 |
---|---|---|
committer | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-26 20:42:21 +0000 |
commit | 9b450b9f36442200b4f4190d084bec484d84b6b5 (patch) | |
tree | e940caca4635337e53be8de3bb03bfc544606e58 /dbeditorpp/headers.h | |
parent | 2ebb53adcd4663ac2f1da74972b7b21d53b0ce53 (diff) |
project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@123 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
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>
|