projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Minimal tweaks and additions to get wxSTC compiling successfully again, with Scintill...
[wxWidgets.git]
/
include
/
wx
/
osx
/
region.h
Commit
Line
Data
5398a2e0
1
#if wxOSX_USE_COCOA_OR_CARBON
ef0e9220
2
#include "wx/osx/carbon/region.h"
6a3ea4ea
SC
3
#else
4
#define wxRegionGeneric wxRegion
5
#define wxRegionIteratorGeneric wxRegionIterator
6
7
#include "wx/generic/region.h"
5c6eb3a8
8
#endif