// Comment this out if you don't mind slower compilation of the wxWindows
// library
+#ifndef __WXMAC__
#include <windows.h>
+#endif
#ifdef GetClassInfo
#undef GetClassInfo
#undef FindResource
#endif
+#else
+ // always include this file (under Unix it's generated by configure)
+ #include "wx/setup.h"
#endif