Source changes needed to get MDI support compiling on OS X Cocoa, and a explicit cast to CGImageRef so the compiler doesn't complain.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2008-09-20 23:06:58 +00:00
parent 77d2c45c38
commit cfea8e619a
4 changed files with 5 additions and 21 deletions

View File

@@ -1,5 +1,3 @@
#ifdef __WXMAC_CLASSIC__
#include "wx/osx/classic/uma.h"
#else
#if __WXOSX_CARBON__
#include "wx/osx/carbon/uma.h"
#endif