forward to generic implementations where the corresponding osx variant doesn't have an implementation yet

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-09-02 11:50:44 +00:00
parent 42dad27937
commit 973b546e8e
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
#elif defined(__WXDFB__)
#include "wx/generic/icon.h"
#elif defined(__WXMAC__)
#if wxOSX_USE_CARBON
#if wxOSX_USE_COCOA_OR_CARBON
#include "wx/osx/icon.h"
#else
#include "wx/generic/icon.h"

View File

@@ -30,7 +30,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxListCtrlNameStr[];
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
#elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__)
#elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON
#include "wx/osx/carbon/listctrl.h"
#else
#include "wx/generic/listctrl.h"