~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/wxWidgets3/include/wx/wxshlba_cwc.h

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/////////////////////////////////////////////////////////////////////////////
 
2
// Name:        wx/wxshlba_cwc.h
 
3
// Purpose:     wxWidgets definitions for CodeWarrior builds
 
4
// Author:      Stefan Csomor
 
5
// Modified by:
 
6
// Created:     12/10/98
 
7
// RCS-ID:      $Id: wxshlba_cwc.h 67254 2011-03-20 00:14:35Z DS $
 
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 "wxshlba_Carbon++_prof.mch"
 
23
    #endif
 
24
#else
 
25
    #if __POWERPC__
 
26
        #include "wxshlba_Carbon_prof.mch"
 
27
    #endif
 
28
#endif
 
29
#else
 
30
#ifdef __cplusplus
 
31
    #ifdef __MACH__
 
32
        #include "wxshlba_Mach++.mch"
 
33
    #elif __POWERPC__
 
34
        #include "wxshlba_Carbon++.mch"
 
35
    #endif
 
36
#else
 
37
    #ifdef __MACH__
 
38
        #include "wxshlba_Mach.mch"
 
39
    #elif __POWERPC__
 
40
        #include "wxshlba_Carbon.mch"
 
41
    #endif
 
42
#endif
 
43
#endif
 
44
#endif
 
45
    // _WX_CW__