diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-25 19:09:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-25 19:09:57 +0000 |
commit | 1e6a61f80749eff9cb9e6bccf29a78de63a0488c (patch) | |
tree | 74be2fb0ee23232900726eb5443c92941859ac8d /plugins/Variables/src | |
parent | 8aa75cbdc6233d5b400242d2abffe0bf52a7b52f (diff) |
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@2496 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r-- | plugins/Variables/src/variables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index 24b2d17737..372719bfec 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -20,6 +20,7 @@ #define MIRANDA_VER 0x0A00
+#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NON_CONFORMING_SWPRINTFS
#include <tchar.h>
@@ -35,7 +36,7 @@ #include <win2k.h>
#endif
#include <newpluginapi.h>
-#include <m_system.h>
+#include <m_system_cpp.h>
#include <m_langpack.h>
#include <m_database.h>
#include <m_protosvc.h>
|