- #if defined(__WXMAC__) && defined(__DARWIN__)
- /* Mac OS X */
-
- /*
- Some code has been added to workaround defects(?) in the
- bundled gcc compiler. These corrections are identified by:
- __DARWIN__ for corrections necessary for Darwin (wxMac, wxMotif)
- */
-
- #include <Carbon/Carbon.h>
- #endif /* __WXMAC__ && __DARWIN__ */
-