]> git.saurik.com Git - wxWidgets.git/commitdiff
toplevel fixes
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 30 Sep 2001 18:30:36 +0000 (18:30 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 30 Sep 2001 18:30:36 +0000 (18:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/morefile/MoreExtr.cpp

index 490d6dda270b1d0ba7e96ef2437fa4e9ebc0dc03..d24c3c996b5bfbfdff928e593951cab508102a0d 100644 (file)
@@ -235,7 +235,7 @@ pascal      OSErr   GetVolumeInfoNoName(ConstStr255Param pathname,
 **     to the local tempPathname).
 */
 
-#if TARGET_CARBON
+// #if TARGET_CARBON
 
 pascal OSErr   XGetVolumeInfoNoName(ConstStr255Param pathname,
                                                                        short vRefNum,
@@ -291,7 +291,7 @@ pascal      OSErr   XGetVolumeInfoNoName(ConstStr255Param pathname,
        return ( error );
 }
 
-#endif
+// #endif
 
 /*****************************************************************************/