]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
Compile corrections
[wxWidgets.git] / include / wx / stc / stc.h
index 3a1132d020e6e493c72d55ff8cfecf7c7284d385..c4815d274c84d553b035a39107091d6966362dbc 100644 (file)
 #define wxSTC_LEX_CSOUND 74
 #define wxSTC_LEX_FREEBASIC 75
 
+// These are deprecated, STC_LEX_HTML should be used instead.
+#define wxSTC_LEX_ASP 29
+#define wxSTC_LEX_PHP 30
+
 // When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
 // value assigned in sequence from SCLEX_AUTOMATIC+1.
 #define wxSTC_LEX_AUTOMATIC 1000