toplevel fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-09-30 18:30:36 +00:00
parent a15eb0a5c8
commit f1c1831fc5

View File

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