]>
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 // check if to use precompiled headers
13 #if (defined(__BORLANDC__) || defined(_MSC_VER) || defined(__WATCOMC__) || defined(__GNUWIN32__)) && defined(__WXMSW__)
19 // For some reason, this must be defined for common dialogs to work.
21 #define INCLUDE_COMMDLG_H 1
24 // include the wx definitions
28 // Comment this out if you don't mind slower compilation of the wxWindows