Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[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.