]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/wxprec.h
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__)
22 // For some reason, this must be defined for common dialogs to work.
24 #define INCLUDE_COMMDLG_H 1
27 // include the wx definitions
31 // Comment this out if you don't mind slower compilation of the wxWindows
33 #if !defined(__WXMAC__) && !defined(__SALFORDC__)
65 #ifdef LoadAccelerators
66 #undef LoadAccelerators