summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/LCDFramework/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-12 13:43:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-12 13:43:31 +0300
commit8dd4143614ffa1a309f07f0b1a19921955f9c3f5 (patch)
treec99f5116020adb618d020fe4df7283fb5268d9ab /plugins/MirandaG15/src/LCDFramework/stdafx.h
parent6312425c1ad093cad87a688497728fdb12e24385 (diff)
MirandaG15: warning fixes + massive code cleaning
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/stdafx.h')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/stdafx.h b/plugins/MirandaG15/src/LCDFramework/stdafx.h
index 2ae74c24b1..e49059651f 100644
--- a/plugins/MirandaG15/src/LCDFramework/stdafx.h
+++ b/plugins/MirandaG15/src/LCDFramework/stdafx.h
@@ -13,9 +13,9 @@
using namespace std;
#ifdef _UNICODE
- #define tstring wstring
+#define tstring wstring
#else
- #define tstring string
+#define tstring string
#endif
#include <m_core.h>