Remove useless hdrstop pragma from allheaders test
It shouldn't be necessary for a test not using PCH at all and Borland compiler is almost certainly not supported anyhow any longer.
This commit is contained in:
@@ -10,11 +10,6 @@
|
||||
// headers
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Avoid pre-compiled headers at all
|
||||
#ifdef __BORLANDC__
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include "wx/setup.h"
|
||||
|
||||
#if !wxUSE_UTF8_LOCALE_ONLY
|
||||
|
Reference in New Issue
Block a user