]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/osx/region.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / osx / region.h
... / ...
CommitLineData
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