//----------------------------------------------------------------------------
//! wxWidgets headers
-#include <wx/print.h> // printing support
-#include <wx/printdlg.h> // printing dialog
+#include "wx/print.h" // printing support
+#include "wx/printdlg.h" // printing dialog
//============================================================================
//----------------------------------------------------------------------------
// For compilers that support precompilation, includes <wx/wx.h>.
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all 'standard' wxWidgets headers)
#ifndef WX_PRECOMP
- #include <wx/wx.h>
+ #include "wx/wx.h"
#endif
//! wxWidgets headers
-#include <wx/file.h> // raw file io support
-#include <wx/filename.h> // filename support
+#include "wx/file.h" // raw file io support
+#include "wx/filename.h" // filename support
//! application headers
#include "defsext.h" // additional definitions
//! wxWidgets headers
//! wxWidgets/contrib headers
-#include <wx/stc/stc.h> // styled text control
+#include "wx/stc/stc.h" // styled text control
//! application headers
#include "prefs.h" // preferences
//----------------------------------------------------------------------------
// For compilers that support precompilation, includes <wx/wx.h>.
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all 'standard' wxWidgets headers)
#ifndef WX_PRECOMP
- #include <wx/wx.h>
+ #include "wx/wx.h"
#endif
//! wxWidgets headers
};
const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs);
-
- //////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
// File: prefs.h
// Purpose: STC test Preferences initialization
// Maintainer: Wyo
//! wxWidgets headers
//! wxWidgets/contrib headers
-#include <wx/stc/stc.h> // styled text control
+#include "wx/stc/stc.h" // styled text control
//! application headers
extern const int g_StylePrefsSize;
#endif // _PREFS_H_
-
//----------------------------------------------------------------------------
// For compilers that support precompilation, includes <wx/wx.h>.
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
//----------------------------------------------------------------------------
//! wxWidgets headers
-#include <wx/print.h> // printing support
-#include <wx/printdlg.h> // printing dialog
+#include "wx/print.h" // printing support
+#include "wx/printdlg.h" // printing dialog
//============================================================================
//----------------------------------------------------------------------------
// For compilers that support precompilation, includes <wx/wx.h>.
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all 'standard' wxWidgets headers)
#ifndef WX_PRECOMP
- #include <wx/wx.h>
+ #include "wx/wx.h"
#endif
//! wxWidgets headers
-#include <wx/file.h> // raw file io support
-#include <wx/filename.h> // filename support
+#include "wx/file.h" // raw file io support
+#include "wx/filename.h" // filename support
//! application headers
#include "defsext.h" // additional definitions
//! wxWidgets headers
//! wxWidgets/contrib headers
-#include <wx/stc/stc.h> // styled text control
+#include "wx/stc/stc.h" // styled text control
//! application headers
#include "prefs.h" // preferences
//----------------------------------------------------------------------------
// For compilers that support precompilation, includes <wx/wx.h>.
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all 'standard' wxWidgets headers)
#ifndef WX_PRECOMP
- #include <wx/wx.h>
+ #include "wx/wx.h"
#endif
//! wxWidgets headers
};
const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs);
-
- //////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
// File: prefs.h
// Purpose: STC test Preferences initialization
// Maintainer: Wyo
//! wxWidgets headers
//! wxWidgets/contrib headers
-#include <wx/stc/stc.h> // styled text control
+#include "wx/stc/stc.h" // styled text control
//! application headers
extern const int g_StylePrefsSize;
#endif // _PREFS_H_
-
//----------------------------------------------------------------------------
// For compilers that support precompilation, includes <wx/wx.h>.
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop