wxWidgets/include/wx_cw.pch
Gilles Depeyrot 03e11df547 modifications for compilation under Mac OS X
applied patches extracted from submission by Marc Newsam (tested under Mac OS 9)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-02-15 21:51:14 +00:00

33 lines
720 B
Plaintext

#if __option (profile)
#if __POWERPC__
#pragma precompile_target "wx_PPC_prof.mch"
#elif __INTEL__
#pragma precompile_target "wx_x86_prof.mch"
#elif __CFM68K__
#pragma precompile_target "wx_cfm_prof.mch"
#else
#pragma precompile_target "wx_68k_prof.mch"
#endif
#else
#if __POWERPC__
#pragma precompile_target "wx_PPC.mch"
#elif __INTEL__
#pragma precompile_target "wx_x86.mch"
#elif __CFM68K__
#pragma precompile_target "wx_cfm.mch"
#else
#pragma precompile_target "wx_68k.mch"
#endif
#endif
#pragma once on
#undef WX_PRECOMP
#define wxUSE_GUI 1
#define OLDP2C 1
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#include "wx/wx_cw_cm.h"
#ifdef __WXMSW__
#include <windows.h>
#include "wx/msw/winundef.h"
#endif