Help for this page

Select Code to Download


  1. or download this
    --- saved\dosish.h    Tue Sep 02 14:39:20 2003
    +++ dosish.h    Thu Sep 25 18:39:09 2003
    ...
     #else
     #if defined(UNDER_CE)
     #define Stat_t struct xcestat
    
  2. or download this
    --- ..\saved\win32.c    Tue Sep 02 14:42:10 2003
    +++ win32.c    Thu Sep 25 19:47:45 2003
    ...
     #else
         return tell(fd);
     #endif
    
  3. or download this
    --- ..\saved\win32sck.c    Tue Sep 02 14:42:10 2003
    +++ win32sck.c    Thu Sep 25 18:56:05 2003
    ...
     #else
         return fstat(fd, sbufptr);
     #endif