From: Stefan Csomor Date: Tue, 25 Mar 2008 07:26:01 +0000 (+0000) Subject: addind nonowned window implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e05a9196a721f14e8a94e3e5ceb563dc4beb6ad1 addind nonowned window implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/nonownedwnd.h b/include/wx/mac/nonownedwnd.h new file mode 100644 index 0000000000..15c53efc27 --- /dev/null +++ b/include/wx/mac/nonownedwnd.h @@ -0,0 +1,5 @@ +#ifdef __WXMAC_CLASSIC__ +#error "no implementation" +#else +#include "wx/mac/carbon/nonownedwnd.h" +#endif \ No newline at end of file