mach-o shared libs support for cw

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-03-27 05:27:48 +00:00
parent d9692c12b2
commit da6a5fe2cf
12 changed files with 138 additions and 14 deletions

View File

@@ -30,10 +30,14 @@
#ifdef __cplusplus
#if __POWERPC__
#include <wxshlb_Carbon++.mch>
#elif __MACH__
#include <wxshlb_Mach++.mch>
#endif
#else
#if __POWERPC__
#include <wxshlb_Carbon.mch>
#elif __MACH__
#include <wxshlb_Mach.mch>
#endif
#endif
#endif