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.

30 lines
601 B

  1. /***
  2. *wstat64.c - get file status (wchar_t version)
  3. *
  4. * Copyright (c) 1998-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * defines _wstat64() - get file status
  8. *
  9. *Revision History:
  10. * 06-02-98 GJF Created.
  11. *
  12. *******************************************************************************/
  13. #ifndef _POSIX_
  14. #define WPRFLAG 1
  15. #ifndef _UNICODE /* CRT flag */
  16. #define _UNICODE 1
  17. #endif
  18. #ifndef UNICODE /* NT flag */
  19. #define UNICODE 1
  20. #endif
  21. #undef _MBCS /* UNICODE not _MBCS */
  22. #include "stat64.c"
  23. #endif /* _POSIX_ */