Do not reintroduce #pragma interface/implementation for html/helpdlg and mediactrl. These pragmas are an abomination

from hell.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2006-02-11 04:53:56 +00:00
parent 9ef33d86f6
commit 939197fe47
4 changed files with 0 additions and 15 deletions

View File

@@ -12,10 +12,6 @@
#ifndef _WX_HELPDLG_H_
#define _WX_HELPDLG_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "helpdlgex.h"
#endif
#include "wx/defs.h"
#if wxUSE_WXHTML_HELP

View File

@@ -22,9 +22,6 @@
// ----------------------------------------------------------------------------
// Pre-compiled header stuff
// ----------------------------------------------------------------------------
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "mediactrl.h"
#endif
#include "wx/defs.h"

View File

@@ -19,10 +19,6 @@
// Pre-compiled header stuff
//---------------------------------------------------------------------------
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "mediactrl.h"
#endif
#include "wx/wxprec.h"
#ifdef __BORLANDC__

View File

@@ -9,10 +9,6 @@
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation "helpdlgex.h"
#endif
// For compilers that support precompilation, includes "wx.h"
#include "wx/wxprec.h"