1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
// $Id$ // pch.h #ifndef i_pch_h #define i_pch_h #include "ace/config-all.h" #include "wx/wxprec.h" #ifdef WX_PRECOMP #include "tao/corba.h" #endif #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include "wx/wx.h" #include "tao/corba.h" #endif #endif