1/////////////////////////////////////////////////////////////////////////////
2// Name:        include/wx/wx_cwcocoa_d.h
3// Purpose:     Metrowerks Prefix Header File (wxCocoa Debug)
4// Author:      Tommy Tian (tommy.tian@webex.com)
5// Modified by: David Elliott
6// Created:     10/04/2004
7// RCS-ID:      $Id: wx_cwcocoa_d.h 30235 2004-11-02 06:22:11Z DE $
8// Copyright:   (c) Tommy Tian
9// Licence:     wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12
13#ifndef _WX_CW_COCOA__
14#define _WX_CW_COCOA__
15
16#if __MWERKS__ >= 0x2400 && __MWERKS__ <= 0x3200
17#pragma old_argmatch on
18#endif
19
20#if __option(profile)
21#error "profiling is not supported in debug versions"
22#else
23#ifdef __cplusplus
24    #ifdef __OBJC__
25        #if __mwlinker__
26            #include "wx_cocoaMacOSXmm_d.mch"
27        #else
28            #include "wx_cocoaMach-Omm_d.mch"
29        #endif
30    #else
31        #if __mwlinker__
32            #include "wx_cocoaMacOSX++_d.mch"
33        #else
34            #include "wx_cocoaMach-O++_d.mch"
35        #endif
36    #endif
37#else
38    #if __mwlinker__
39        #include "wx_cocoaMacOSX_d.mch"
40    #else
41        #include "wx_cocoaMach-O_d.mch"
42    #endif
43#endif
44#endif
45
46#endif
47    // _WX_CW_COCOA__
48