More (blind) wxMac configtool compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-10-01 11:51:42 +00:00
parent 0fba0ec77b
commit 71ada1a5fb
26 changed files with 26 additions and 27 deletions

View File

@@ -12,13 +12,12 @@
#ifndef _AP_WXCONFIGTOOL_H_
#define _AP_WXCONFIGTOOL_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "wxconfigtool.cpp"
#endif
#include "wx/docview.h"
#include "wx/help.h"
#include "wx/app.h"
#ifdef __WXMSW__
#include "wx/msw/helpchm.h"