]> git.saurik.com Git - wxWidgets.git/commitdiff
don't restrict to OS9 API for Mac-Builds
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 17 Oct 2004 10:52:37 +0000 (10:52 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 17 Oct 2004 10:52:37 +0000 (10:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/morefilex/MoreFilesX.cpp

index 617f49276826a763ab9edb99decae46b1cb52a51..fdd7a8f634727d9767037ef528411e90156a6a50 100755 (executable)
 #if defined(__MACH__)
        #include <Carbon/Carbon.h>
        #include <string.h>
+       #define BuildingMoreFilesXForMacOS9 0
 #else
        #include <Carbon.h>
        #include <string.h>
+       #define BuildingMoreFilesXForMacOS9 1
 #endif
 
 #include "MoreFilesX.h"