]> git.saurik.com Git - wxWidgets.git/blob - src/osx/carbon/main.cpp
using #ifdef wxABORT_ON_CONFIG_ERROR not just #if as elsewhere
[wxWidgets.git] / src / osx / carbon / main.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/osx/carbon/main.cpp
3 // Purpose: Entry point
4 // Author: Stefan Csomor
5 // Modified by:
6 // Created: 1998-01-01
7 // Copyright: (c) Stefan Csomor
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 // We don't put main() in the library any more. GD.