No longer a need for changing the names to protect against multiple definitions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-15 18:55:16 +00:00
parent a0767761b9
commit e4f39334ab
8 changed files with 0 additions and 48 deletions

View File

@@ -6,9 +6,6 @@
#include <ctype.h>
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/encconv.h>
#include <wx/listctrl.h>
@@ -16,9 +13,6 @@
#include <wx/image.h>
#include <wx/imaglist.h>
#undef Point
#undef Style
#include "Platform.h"
#include "PlatWX.h"
#include "wx/stc/stc.h"

View File

@@ -14,18 +14,12 @@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/textbuf.h>
#include <wx/dataobj.h>
#include <wx/clipbrd.h>
#include <wx/dnd.h>
#undef Point
#undef Style
#include "ScintillaWX.h"
#include "ExternalLexer.h"
#include "wx/stc/stc.h"

View File

@@ -17,18 +17,12 @@
#include <ctype.h>
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/tokenzr.h>
#include <wx/mstream.h>
#include <wx/image.h>
#include <wx/file.h>
#undef Point
#undef Style
#include "wx/stc/stc.h"
#include "ScintillaWX.h"

View File

@@ -17,18 +17,12 @@
#include <ctype.h>
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/tokenzr.h>
#include <wx/mstream.h>
#include <wx/image.h>
#include <wx/file.h>
#undef Point
#undef Style
#include "wx/stc/stc.h"
#include "ScintillaWX.h"

View File

@@ -6,9 +6,6 @@
#include <ctype.h>
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/encconv.h>
#include <wx/listctrl.h>
@@ -16,9 +13,6 @@
#include <wx/image.h>
#include <wx/imaglist.h>
#undef Point
#undef Style
#include "Platform.h"
#include "PlatWX.h"
#include "wx/stc/stc.h"

View File

@@ -14,18 +14,12 @@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/textbuf.h>
#include <wx/dataobj.h>
#include <wx/clipbrd.h>
#include <wx/dnd.h>
#undef Point
#undef Style
#include "ScintillaWX.h"
#include "ExternalLexer.h"
#include "wx/stc/stc.h"

View File

@@ -17,18 +17,12 @@
#include <ctype.h>
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/tokenzr.h>
#include <wx/mstream.h>
#include <wx/image.h>
#include <wx/file.h>
#undef Point
#undef Style
#include "wx/stc/stc.h"
#include "ScintillaWX.h"

View File

@@ -17,18 +17,12 @@
#include <ctype.h>
#define Point macPoint // These names are also defined by some mac headers so
#define Style macStyle // change their names, and then undef before we need them
#include <wx/wx.h>
#include <wx/tokenzr.h>
#include <wx/mstream.h>
#include <wx/image.h>
#include <wx/file.h>
#undef Point
#undef Style
#include "wx/stc/stc.h"
#include "ScintillaWX.h"