home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / wxshlb_cwc_d.h < prev    next >
C/C++ Source or Header  |  2002-01-20  |  850b  |  35 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name:        wx_cw_d.h
  3. // Purpose:     wxWindows definitions for CodeWarrior builds (Debug)
  4. // Author:      Stefan Csomor
  5. // Modified by:
  6. // Created:     12/10/98
  7. // RCS-ID:      $Id: wxshlb_cwc_d.h,v 1.1 2002/01/20 16:09:58 SC 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. #error "profiling is not supported in debug versions"
  21. #else
  22. #ifdef __cplusplus
  23.     #if __POWERPC__
  24.         #include <wxshlb_Carbon++_d.mch>
  25.     #endif
  26. #else
  27.     #if __POWERPC__
  28.         #include <wxshlb_Carbon_d.mch>
  29.     #endif
  30. #endif
  31. #endif
  32.  
  33. #endif
  34.     // _WX_CW__
  35.