summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-28 11:24:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-28 11:24:26 +0000
commita3017b9a528c574ef52d4e4e8ea8e5360006a166 (patch)
tree6fd4dbe29e1e4bfeb3aa516bbdcd7a86f1be1860 /include/m_core.h
parent2962c09b72e3f26c6057077db721a9c6fe3ae180 (diff)
new header to isolate Miranda from windows.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@9977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h
index 6d4dfbbd55..e627040b1d 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -25,6 +25,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef M_CORE_H__
#define M_CORE_H__ 1
+#ifndef M_TYPES_H__
+ #include <m_types.h>
+#endif
+
#ifdef MIR_CORE_EXPORTS
#define MIR_CORE_EXPORT __declspec(dllexport)
#else