addind nonowned window implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-03-25 07:26:01 +00:00
parent d5978709f3
commit e05a9196a7

View File

@@ -0,0 +1,5 @@
#ifdef __WXMAC_CLASSIC__
#error "no implementation"
#else
#include "wx/mac/carbon/nonownedwnd.h"
#endif