More wxMac compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-10-01 16:43:17 +00:00
parent 8b44810e29
commit 653eafdf4f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
// declarations // declarations
// ============================================================================ // ============================================================================
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "emulator.h" #pragma implementation "emulator.h"
#endif #endif

View File

@ -12,7 +12,7 @@
#ifndef _WX_EMULATOR_H_ #ifndef _WX_EMULATOR_H_
#define _WX_EMULATOR_H_ #define _WX_EMULATOR_H_
#ifdef __GNUG__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "emulator.h" #pragma interface "emulator.h"
#endif #endif