- //////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
// 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
// LanguageInfo
struct LanguageInfo {
- wxChar *name;
- wxChar *filepattern;
+ const wxChar *name;
+ const wxChar *filepattern;
int lexer;
struct {
int type;
extern const int g_StylePrefsSize;
#endif // _PREFS_H_
-