removed #pragma interface because it results in link problems when building wxBase/wxGUI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-06-25 00:08:31 +00:00
parent c06088650e
commit 4f356748c6
2 changed files with 0 additions and 8 deletions

View File

@ -13,10 +13,6 @@
#ifndef _WX_APP_H_BASE_
#define _WX_APP_H_BASE_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "appbase.h"
#endif
// ----------------------------------------------------------------------------
// headers we have to include here
// ----------------------------------------------------------------------------

View File

@ -12,10 +12,6 @@
#ifndef _WX_FONTMAPPER_H_
#define _WX_FONTMAPPER_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "fontmap.h"
#endif
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------