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,7 +12,7 @@
#ifndef _SETTINGSDIALOG_H_
#define _SETTINGSDIALOG_H_
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "settingsdialog.cpp"
#endif