home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / Include / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-20  |  328 b   |  24 lines

  1. #ifndef _TIMEH
  2. #define _TIMEH
  3.  
  4. #pragma push_safeptr
  5.  
  6. #define _need_clock_t
  7. #define _need_time_t
  8. #define _need_size_t
  9. #define _need_NULL
  10.  
  11. #include "sys/stdtypes.h"
  12.  
  13. #undef _need_clock_t
  14. #undef _need_time_t
  15. #undef _need_size_t
  16. #undef _need_NULL
  17.  
  18. #include "sys/time.h"
  19.  
  20.  
  21. #pragma pop_ptr
  22.  
  23. #endif /* _TIMEH */
  24.