Source code of Windows XP (NT5)
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.

30 lines
616 B

  1. /***
  2. *wstrdate.c - contains the function "_wstrdate()" (wchar_t version)
  3. *
  4. * Copyright (c) 1993-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * contains the function _wstrdate()
  8. *
  9. *Revision History:
  10. * 11-01-93 CFW Module created.
  11. * 02-07-94 CFW POSIXify.
  12. * 02-09-95 GJF Removed obsolete WPRFLAG
  13. *
  14. *******************************************************************************/
  15. #ifndef _POSIX_
  16. #ifndef _UNICODE /* CRT flag */
  17. #define _UNICODE 1
  18. #endif
  19. #ifndef UNICODE /* NT flag */
  20. #define UNICODE 1
  21. #endif
  22. #undef _MBCS /* UNICODE not _MBCS */
  23. #include "strdate.c"
  24. #endif /* _POSIX_ */