(file) Return to Dir.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Dir.h between version 1.23 and 1.24

version 1.23, 2005/02/13 22:32:06 version 1.24, 2005/03/28 04:00:46
Line 30 
Line 30 
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By: Amit K Arora, IBM (amita@in.ibm.com) // Modified By: Amit K Arora, IBM (amita@in.ibm.com)
   //              David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 48 
Line 50 
  #include <io.h>  #include <io.h>
 typedef struct typedef struct
 { {
   #if _MSC_VER < 1300
     long file;     long file;
   #else
       intptr_t file;
   #endif
     struct _finddata_t findData;     struct _finddata_t findData;
 } DirRep; } DirRep;
 #elif defined(PEGASUS_OS_TYPE_UNIX) || defined (PEGASUS_OS_VMS) #elif defined(PEGASUS_OS_TYPE_UNIX) || defined (PEGASUS_OS_VMS)


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2