wxWidgets/include/wx/mac/nonownedwnd.h
Stefan Csomor e05a9196a7 addind nonowned window implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-25 07:26:01 +00:00

5 lines
103 B
C

#ifdef __WXMAC_CLASSIC__
#error "no implementation"
#else
#include "wx/mac/carbon/nonownedwnd.h"
#endif