home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / wx_cwc.h < prev    next >
C/C++ Source or Header  |  2000-12-10  |  926b  |  42 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name:        wx_cw.h
  3. // Purpose:     wxWindows definitions for CodeWarrior builds
  4. // Author:      Stefan Csomor
  5. // Modified by:
  6. // Created:     12/10/98
  7. // RCS-ID:      $Id: wx_cwc.h,v 1.2 2000/12/10 10:15:06 csomor Exp $
  8. // Copyright:   (c) Stefan Csomor
  9. // Licence:       wxWindows licence
  10. /////////////////////////////////////////////////////////////////////////////
  11.  
  12. #ifndef _WX_CW__
  13. #define _WX_CW__
  14.  
  15. #if __MWERKS__ >= 0x2400
  16. #pragma old_argmatch on
  17. #endif
  18.  
  19. #if __option(profile)
  20. #ifdef __cplusplus
  21.     #if __POWERPC__
  22.         #include <wx_Carbon++_prof.mch>
  23.     #endif
  24. #else
  25.     #if __POWERPC__
  26.         #include <wx_Carbon_prof.mch>
  27.     #endif
  28. #endif
  29. #else
  30. #ifdef __cplusplus
  31.     #if __POWERPC__
  32.         #include <wx_Carbon++.mch>
  33.     #endif
  34. #else
  35.     #if __POWERPC__
  36.         #include <wx_Carbon.mch>
  37.     #endif
  38. #endif
  39. #endif
  40. #endif
  41.     // _WX_CW__
  42.