X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..3013b6f46099b8cf0d2f9f656e883e4606ca833d:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 9e12d8f875..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 @@ -57,5 +59,8 @@ #undef FindResource #endif +#else + // always include this file (under Unix it's generated by configure) + #include "wx/setup.h" #endif