From f1c1831fc53c4a073b69ce00868f97c7ff5f32a4 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 30 Sep 2001 18:30:36 +0000 Subject: [PATCH] toplevel fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/morefile/MoreExtr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mac/morefile/MoreExtr.cpp b/src/mac/morefile/MoreExtr.cpp index 490d6dda27..d24c3c996b 100644 --- a/src/mac/morefile/MoreExtr.cpp +++ b/src/mac/morefile/MoreExtr.cpp @@ -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 /*****************************************************************************/ -- 2.45.2