From: Stefan Csomor Date: Thu, 10 Dec 1998 10:57:29 +0000 (+0000) Subject: wxMac support added X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b4277bbc2531994afa3c467fb6e630822c8b6284 wxMac support added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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