X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65ec6247df6af7b6489257b1ac04ca2242dc14ec..0d1dff0172e94487c4aa2d830c714f93be73c7ec:/contrib/src/stc/scintilla/include/Platform.h diff --git a/contrib/src/stc/scintilla/include/Platform.h b/contrib/src/stc/scintilla/include/Platform.h index 74de63174f..48f337a16a 100644 --- a/contrib/src/stc/scintilla/include/Platform.h +++ b/contrib/src/stc/scintilla/include/Platform.h @@ -64,6 +64,28 @@ #include #endif +#define ColourID scColourID +#define FontID scFontID +#define SurfaceID scSurfaceID +#define WindowID scWindowID +#define MenuID scMenuID +#define Point scPoint +#define PRectangle scPRectangle +#define Colour scColour +#define ColourPair scColourPair +#define Window scWindow +#define Palette scPalette +#define Font scFont +#define Surface scSurface +#define Window scWindow +#define ListBox scListBox +#define Menu scMenu +#define Platform scPlatform +#define TextRange scTextRange +#define KeyMap scKeyMap +#define Style scStyle + + // Underlying the implementation of the platform classes are platform specific types. // Sometimes these need to be passed around by client code so they are defined here