]> git.saurik.com Git - wxWidgets.git/blob - src/mac/classic/data.cpp
File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / mac / classic / data.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/mac/classic/data.cpp
3 // Purpose: Various global Mac-specific data
4 // Author: Stefan Csomor
5 // Modified by:
6 // Created: 1998-01-01
7 // RCS-ID: $Id$
8 // Copyright: (c) Stefan Csomor
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #include "wx/wxprec.h"
13
14 #ifndef WX_PRECOMP
15 #include "wx/event.h"
16 #endif