]>
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 // compiler detection; includes setup.h
15 // check if to use precompiled headers: do it for most Windows compilers unless
16 // explicitly disabled by defining NOPCH
17 #if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__WXPM__)
23 // For some reason, this must be defined for common dialogs to work.
25 #define INCLUDE_COMMDLG_H 1
30 // include standard Windows headers
31 #if defined(__WXMSW__) && !wxUSE_MFC
33 #include "wx/msw/winundef.h"
36 // include the most common wx headers