Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
327 B

  1. #ifndef _CTIME_
  2. #define _CTIME_
  3. #ifdef _STD_USING
  4. #undef _STD_USING
  5. #include <time.h>
  6. #define _STD_USING
  7. #else
  8. #include <time.h>
  9. #endif /* _STD_USING */
  10. #endif /* _CTIME_ */
  11. /*
  12. * Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
  13. * Consult your license regarding permissions and restrictions.
  14. */