Remove BCC-specific hdrstop pragma from everywhere
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
// for all others, include the necessary headers
|
||||
#ifndef WX_PRECOMP
|
||||
@@ -652,10 +649,6 @@ void XmlResApp::MakePackageCPP(const wxArrayString& flist)
|
||||
"//\n\n"
|
||||
"#include <wx/wxprec.h>\n"
|
||||
"\n"
|
||||
"#ifdef __BORLANDC__\n"
|
||||
" #pragma hdrstop\n"
|
||||
"#endif\n"
|
||||
"\n"
|
||||
""
|
||||
"#include <wx/filesys.h>\n"
|
||||
"#include <wx/fs_mem.h>\n"
|
||||
|
Reference in New Issue
Block a user