diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 18:52:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 18:52:16 +0000 |
commit | 58973a21a30bf95427fd43c456e41e35c386218c (patch) | |
tree | 1413fba069ecd351b2c99fa5a53e52c68d8a662c /plugins/Boltun/boltun.h | |
parent | 55b5cf8a5506f03350e5c80ac86f5717425e4d10 (diff) |
another portion of "#ifsef Unicode" removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Boltun/boltun.h')
-rw-r--r-- | plugins/Boltun/boltun.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/Boltun/boltun.h b/plugins/Boltun/boltun.h index 6063dc2310..914869387c 100644 --- a/plugins/Boltun/boltun.h +++ b/plugins/Boltun/boltun.h @@ -23,11 +23,9 @@ //Should use different keys in UNICODE and ANSI builds, because usage of plugin
//with old (another) configs will cause crashes.
-#ifdef _UNICODE
-#define BOLTUN_KEY "BoltunW"
-#else
+
#define BOLTUN_KEY "Boltun"
-#endif
+
//Service names
#define SERV_CONTACT_AUTO_CHAT "Boltun/ContactAutoChat"
@@ -43,11 +41,7 @@ #define BOLTUN_GROUP "Message sessions"
//Filename depends on UNICODE
-#ifdef UNICODE
#define DEFAULT_MIND_FILE _T("boltun.mindw")
-#else
-#define DEFAULT_MIND_FILE _T("boltun.mind")
-#endif
//===============================================
// These are strings for translation:
|