]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/wxprec.h
c79a641ffef0ffb328d1cc7621e666a708b32a88
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Includes the appropriate files for precompiled headers
4 // Author: Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #include "wx/setup.h" // always include this file (under Unix it's generated by configure)
13 #include "wx/defs.h" // compiler definitions
15 // check if to use precompiled headers
16 #if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__WXPM__)
22 // For some reason, this must be defined for common dialogs to work.
24 #define INCLUDE_COMMDLG_H 1
27 // include the wx definitions
32 #include "wx/msw/winundef.h"