projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
No changes, just simplify preprocessor checks in wxMSW wxTextEntry.
[wxWidgets.git]
/
include
/
wx
/
osx
/
region.h
This page requires JavaScript to run. Use
this page
instead.
0 / 8 ( 0%)
Commit
Line
Data
1
#if wxOSX_USE_COCOA_OR_CARBON
2
#include "wx/osx/carbon/region.h"
3
#else
4
#define wxRegionGeneric wxRegion
5
#define wxRegionIteratorGeneric wxRegionIterator
6
7
#include "wx/generic/region.h"
8
#endif