00001 /**************************************************************************/ 00023 #ifndef DOXYBLOCKS_PCH_H 00024 #define DOXYBLOCKS_PCH_H 00025 00026 #if ( !defined(WX_PRECOMP) ) 00027 #define WX_PRECOMP 00028 #endif 00029 00030 // basic wxWidgets headers 00031 #include <wx/wxprec.h> 00032 00033 #ifndef WX_PRECOMP 00034 #include <wx/wx.h> 00035 #endif 00036 00037 // #include other rarely changing headers here 00038 00039 #endif 00040
1.7.1