]> git.saurik.com Git - wxWidgets.git/blame - include/wx/wx_cwc.h
Fiddled with wxFindWindowAtPoint to make it work with notebooks and static boxes
[wxWidgets.git] / include / wx / wx_cwc.h
CommitLineData
9c0571f3
SC
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$
8// Copyright: (c) Stefan Csomor
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_CW__
13#define _WX_CW__
14
15#if __option(profile)
16#ifdef __cplusplus
17 #if __POWERPC__
18 #include <wx_Carbon++_prof.mch>
19 #endif
20#else
21 #if __POWERPC__
22 #include <wx_Carbon_prof.mch>
23 #endif
24#endif
25#else
26#ifdef __cplusplus
27 #if __POWERPC__
28 #include <wx_Carbon++.mch>
29 #endif
30#else
31 #if __POWERPC__
32 #include <wx_Carbon.mch>
33 #endif
34#endif
35#endif
36#endif
37 // _WX_CW__