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:
parent
c1d3e65ac4
commit
30fc873626
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue