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

Diff for /pegasus/src/Pegasus/Common/System.h between version 1.72 and 1.73

version 1.72, 2007/08/13 11:23:18 version 1.73, 2007/09/04 05:27:26
Line 45 
Line 45 
 #ifndef mode_t #ifndef mode_t
 typedef unsigned long mode_t; typedef unsigned long mode_t;
 #endif #endif
   #include <windows.h>
 #endif #endif
  
 #if defined (PEGASUS_OS_TYPE_UNIX) || (PEGASUS_OS_VMS) #if defined (PEGASUS_OS_TYPE_UNIX) || (PEGASUS_OS_VMS)
Line 393 
Line 394 
     struct flock _fl;     struct flock _fl;
     int _fd;     int _fd;
 #endif #endif
   #ifdef PEGASUS_OS_TYPE_WINDOWS
       HANDLE _hFile;
   #endif
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2