From e05a9196a721f14e8a94e3e5ceb563dc4beb6ad1 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 25 Mar 2008 07:26:01 +0000 Subject: [PATCH] addind nonowned window implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/nonownedwnd.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/wx/mac/nonownedwnd.h 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 -- 2.50.0