Fix Scintilla compilation on CentOS 6 and other older systems
Closes https://github.com/wxWidgets/wxWidgets/pull/510
This commit is contained in:
commit
30369f03ae
@ -72,14 +72,14 @@ FUNC_FOR_CMD = 1
|
||||
GENERATE_PROVISIONAL_ITEMS = 0
|
||||
|
||||
# No wxSTC value will be generated for the following Scintilla values.
|
||||
notMappedSciValues = {
|
||||
notMappedSciValues = set([
|
||||
'SC_TECHNOLOGY_DIRECTWRITERETAIN',
|
||||
'SC_TECHNOLOGY_DIRECTWRITEDC',
|
||||
'INDIC0_MASK',
|
||||
'INDIC1_MASK',
|
||||
'INDIC2_MASK',
|
||||
'INDICS_MASK'
|
||||
}
|
||||
])
|
||||
|
||||
# Map some generic typenames to wx types, using return value syntax
|
||||
retTypeMap = {
|
||||
|
@ -25,6 +25,7 @@ Differentiate between labels and variables
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
|
||||
#include "ILexer.h"
|
||||
#include "Scintilla.h"
|
||||
|
Loading…
Reference in New Issue
Block a user