|
From: <cre...@us...> - 2006-07-08 01:12:14
|
Revision: 1455 Author: creecode Date: 2006-07-07 18:12:12 -0700 (Fri, 07 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1455&view=rev Log Message: ----------- minor code formatting tweaks Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/headers/shelltypes.h Modified: Frontier/branches/FSRef_Migration/Common/headers/shelltypes.h =================================================================== --- Frontier/branches/FSRef_Migration/Common/headers/shelltypes.h 2006-07-08 01:11:00 UTC (rev 1454) +++ Frontier/branches/FSRef_Migration/Common/headers/shelltypes.h 2006-07-08 01:12:12 UTC (rev 1455) @@ -177,43 +177,16 @@ #ifdef WIN95VERSION -typedef struct tyfilespec { + typedef struct tyfilespec { - long volumeID; - char fullSpecifier [258]; - - } tyfilespec, *ptrfilespec, **hdlfilespec; + long volumeID; + char fullSpecifier [258]; + + } tyfilespec, *ptrfilespec, **hdlfilespec; #define fsname ( fs ) ( fs ) -> fullSpecifier #endif // WIN95VERSION - -/* #ifdef NEWFILESPECTYPE - typedef struct newtyfilespec { - - short fileTypeID; - - short lengthOfFileSpecifier; - - long volumeID; - - char fullSpecifier[258]; - - Handle fileSpecifier; - - long macSpecifier; - } tyfilespec, *ptrfilespec, **hdlfilespec; - - #define fsname(fs) (fs)->fullSpecifier - -#else - typedef FSSpec tyfilespec, *ptrfilespec, **hdlfilespec; - - #define fsname(fs) (fs)->name #endif -*/ - -#endif - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |