Nuke #pragma implementation/interface's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,14 +7,6 @@
|
||||
// Licence: wxWindows licence
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// GCC implementation
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "custclas.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Standard wxWidgets headers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -14,14 +14,6 @@
|
||||
#ifndef _CUSTCLAS_H_
|
||||
#define _CUSTCLAS_H_
|
||||
|
||||
//----------------------------------------------------------------------------------------
|
||||
// GCC interface
|
||||
//----------------------------------------------------------------------------------------
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "custclas.h"
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------------
|
||||
// Headers
|
||||
//----------------------------------------------------------------------------------------
|
||||
|
@@ -7,14 +7,6 @@
|
||||
// Licence: wxWindows licence
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// GCC implementation
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "derivdlg.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Standard wxWidgets headers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -14,14 +14,6 @@
|
||||
#ifndef _DERIVDLG_H_
|
||||
#define _DERIVDLG_H_
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// GCC interface
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "derivdlg.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Headers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -7,14 +7,6 @@
|
||||
// Licence: wxWindows licence
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// GCC implementation
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "myframe.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Standard wxWidgets headers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -14,14 +14,6 @@
|
||||
#ifndef _MYFRAME_H_
|
||||
#define _MYFRAME_H_
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// GCC interface
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "myframe.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Headers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -7,14 +7,6 @@
|
||||
// Licence: wxWindows licence
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// GCC implementation
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "xrcdemo.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Standard wxWidgets headers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -14,14 +14,6 @@
|
||||
#ifndef _XRCDEMO_H_
|
||||
#define _XRCDEMO_H_
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// GCC interface
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||
#pragma interface "xrcdemo.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Headers
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user