angle bracket problem fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
#include <wx/print.h> // printing support
|
#include "wx/print.h" // printing support
|
||||||
#include <wx/printdlg.h> // printing dialog
|
#include "wx/printdlg.h" // printing dialog
|
||||||
|
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// For compilers that support precompilation, includes <wx/wx.h>.
|
// For compilers that support precompilation, includes <wx/wx.h>.
|
||||||
#include <wx/wxprec.h>
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
// for all others, include the necessary headers (this file is usually all you
|
// for all others, include the necessary headers (this file is usually all you
|
||||||
// need because it includes almost all 'standard' wxWidgets headers)
|
// need because it includes almost all 'standard' wxWidgets headers)
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include <wx/wx.h>
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
#include <wx/file.h> // raw file io support
|
#include "wx/file.h" // raw file io support
|
||||||
#include <wx/filename.h> // filename support
|
#include "wx/filename.h" // filename support
|
||||||
|
|
||||||
//! application headers
|
//! application headers
|
||||||
#include "defsext.h" // additional definitions
|
#include "defsext.h" // additional definitions
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
|
|
||||||
//! wxWidgets/contrib headers
|
//! wxWidgets/contrib headers
|
||||||
#include <wx/stc/stc.h> // styled text control
|
#include "wx/stc/stc.h" // styled text control
|
||||||
|
|
||||||
//! application headers
|
//! application headers
|
||||||
#include "prefs.h" // preferences
|
#include "prefs.h" // preferences
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// For compilers that support precompilation, includes <wx/wx.h>.
|
// For compilers that support precompilation, includes <wx/wx.h>.
|
||||||
#include <wx/wxprec.h>
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
// for all others, include the necessary headers (this file is usually all you
|
// for all others, include the necessary headers (this file is usually all you
|
||||||
// need because it includes almost all 'standard' wxWidgets headers)
|
// need because it includes almost all 'standard' wxWidgets headers)
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include <wx/wx.h>
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
@@ -376,4 +376,3 @@ const StyleInfo g_StylePrefs [] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs);
|
const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs);
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// File: prefs.h
|
// File: prefs.h
|
||||||
// Purpose: STC test Preferences initialization
|
// Purpose: STC test Preferences initialization
|
||||||
// Maintainer: Wyo
|
// Maintainer: Wyo
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
|
|
||||||
//! wxWidgets/contrib headers
|
//! wxWidgets/contrib headers
|
||||||
#include <wx/stc/stc.h> // styled text control
|
#include "wx/stc/stc.h" // styled text control
|
||||||
|
|
||||||
//! application headers
|
//! application headers
|
||||||
|
|
||||||
@@ -150,4 +150,3 @@ extern const StyleInfo g_StylePrefs[];
|
|||||||
extern const int g_StylePrefsSize;
|
extern const int g_StylePrefsSize;
|
||||||
|
|
||||||
#endif // _PREFS_H_
|
#endif // _PREFS_H_
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// For compilers that support precompilation, includes <wx/wx.h>.
|
// For compilers that support precompilation, includes <wx/wx.h>.
|
||||||
#include <wx/wxprec.h>
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
|
@@ -16,8 +16,8 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
#include <wx/print.h> // printing support
|
#include "wx/print.h" // printing support
|
||||||
#include <wx/printdlg.h> // printing dialog
|
#include "wx/printdlg.h" // printing dialog
|
||||||
|
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// For compilers that support precompilation, includes <wx/wx.h>.
|
// For compilers that support precompilation, includes <wx/wx.h>.
|
||||||
#include <wx/wxprec.h>
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
// for all others, include the necessary headers (this file is usually all you
|
// for all others, include the necessary headers (this file is usually all you
|
||||||
// need because it includes almost all 'standard' wxWidgets headers)
|
// need because it includes almost all 'standard' wxWidgets headers)
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include <wx/wx.h>
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
#include <wx/file.h> // raw file io support
|
#include "wx/file.h" // raw file io support
|
||||||
#include <wx/filename.h> // filename support
|
#include "wx/filename.h" // filename support
|
||||||
|
|
||||||
//! application headers
|
//! application headers
|
||||||
#include "defsext.h" // additional definitions
|
#include "defsext.h" // additional definitions
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
|
|
||||||
//! wxWidgets/contrib headers
|
//! wxWidgets/contrib headers
|
||||||
#include <wx/stc/stc.h> // styled text control
|
#include "wx/stc/stc.h" // styled text control
|
||||||
|
|
||||||
//! application headers
|
//! application headers
|
||||||
#include "prefs.h" // preferences
|
#include "prefs.h" // preferences
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// For compilers that support precompilation, includes <wx/wx.h>.
|
// For compilers that support precompilation, includes <wx/wx.h>.
|
||||||
#include <wx/wxprec.h>
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
// for all others, include the necessary headers (this file is usually all you
|
// for all others, include the necessary headers (this file is usually all you
|
||||||
// need because it includes almost all 'standard' wxWidgets headers)
|
// need because it includes almost all 'standard' wxWidgets headers)
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include <wx/wx.h>
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
@@ -376,4 +376,3 @@ const StyleInfo g_StylePrefs [] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs);
|
const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs);
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// File: prefs.h
|
// File: prefs.h
|
||||||
// Purpose: STC test Preferences initialization
|
// Purpose: STC test Preferences initialization
|
||||||
// Maintainer: Wyo
|
// Maintainer: Wyo
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
//! wxWidgets headers
|
//! wxWidgets headers
|
||||||
|
|
||||||
//! wxWidgets/contrib headers
|
//! wxWidgets/contrib headers
|
||||||
#include <wx/stc/stc.h> // styled text control
|
#include "wx/stc/stc.h" // styled text control
|
||||||
|
|
||||||
//! application headers
|
//! application headers
|
||||||
|
|
||||||
@@ -150,4 +150,3 @@ extern const StyleInfo g_StylePrefs[];
|
|||||||
extern const int g_StylePrefsSize;
|
extern const int g_StylePrefsSize;
|
||||||
|
|
||||||
#endif // _PREFS_H_
|
#endif // _PREFS_H_
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// For compilers that support precompilation, includes <wx/wx.h>.
|
// For compilers that support precompilation, includes <wx/wx.h>.
|
||||||
#include <wx/wxprec.h>
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
|
Reference in New Issue
Block a user