summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-11 13:22:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-11 13:22:58 +0000
commitd5479ea4dee1c8a6f298af873668f8dfe3c66766 (patch)
tree1c9ab106c7eaea7ade9e818e18ccf029e57450ad /include/m_core.h
parentfb119e1bdee2a9f53705144f7dcbc77f8525cfb4 (diff)
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11326 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h
index 407a00580b..59b613d726 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -71,6 +71,8 @@ typedef UINT32 MCONTACT;
#endif
#define DBVTF_VARIABLELENGTH 0x80
+#pragma warning(disable:4201)
+
typedef struct
{
BYTE type;