From a3017b9a528c574ef52d4e4e8ea8e5360006a166 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 28 Jul 2014 11:24:26 +0000 Subject: new header to isolate Miranda from windows.h git-svn-id: http://svn.miranda-ng.org/main/trunk@9977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/m_core.h') 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 +#endif + #ifdef MIR_CORE_EXPORTS #define MIR_CORE_EXPORT __declspec(dllexport) #else -- cgit v1.2.3