From b4277bbc2531994afa3c467fb6e630822c8b6284 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 10 Dec 1998 10:57:29 +0000 Subject: [PATCH] wxMac support added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxprec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index f51d04c60b..a5e0b4bce8 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -27,7 +27,9 @@ // Comment this out if you don't mind slower compilation of the wxWindows // library +#ifndef __WXMAC__ #include +#endif #ifdef GetClassInfo #undef GetClassInfo -- 2.50.0