]> git.saurik.com Git - wxWidgets.git/commitdiff
correct include for OSX only
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 29 Mar 2004 06:51:16 +0000 (06:51 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 29 Mar 2004 06:51:16 +0000 (06:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/window.cpp

index 4ebd816b71c8a4307cb2b2fd2eaa31bbedc88634..3f257040108f4106bafbab162f3c0aa5f3b44a0f 100644 (file)
 #include <ToolUtils.h>
 #endif
 
 #include <ToolUtils.h>
 #endif
 
+#if TARGET_API_MAC_OSX
 #ifndef __HIVIEW__
        #include <HIToolbox/HIView.h>
 #endif
 #ifndef __HIVIEW__
        #include <HIToolbox/HIView.h>
 #endif
+#endif
 
 #if  wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"
 
 #if  wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"