]> git.saurik.com Git - wxWidgets.git/commitdiff
addind nonowned window implementation
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 07:26:01 +0000 (07:26 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Mar 2008 07:26:01 +0000 (07:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/nonownedwnd.h [new file with mode: 0644]

diff --git a/include/wx/mac/nonownedwnd.h b/include/wx/mac/nonownedwnd.h
new file mode 100644 (file)
index 0000000..15c53ef
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef __WXMAC_CLASSIC__
+#error "no implementation"
+#else
+#include "wx/mac/carbon/nonownedwnd.h"
+#endif
\ No newline at end of file