]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/region.h
Work on streams of all sorts. More to come.
[wxWidgets.git] / include / wx / region.h
index c076b5a5c26b30abecbb8fd7f44227addd252858..9c5afd22bc8f97ddaeaef20ba59350088d085b50 100644 (file)
@@ -1,15 +1,19 @@
-#ifndef __REGIONH_BASE__
-#define __REGIONH_BASE__
+#ifndef _WX_REGION_H_BASE_
+#define _WX_REGION_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/region.h"
 #elif defined(__WXMOTIF__)
-#include "wx/xt/region.h"
+#include "wx/motif/region.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/region.h"
 #elif defined(__WXQT__)
 #include "wx/qt/region.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/region.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/region.h"
 #endif
 
 #endif
-    // __REGIONH_BASE__
+    // _WX_REGION_H_BASE_