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.

28 lines
609 B

  1. /***
  2. *wfndf64.c - C find file functions (wchar_t version)
  3. *
  4. * Copyright (c) 1998-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * Defines _wfindfirst64() and _wfindnext64().
  8. *
  9. *Revision History:
  10. * 05-29-98 GJF Created.
  11. *
  12. *******************************************************************************/
  13. #define WPRFLAG 1
  14. #ifndef _UNICODE /* CRT flag */
  15. #define _UNICODE 1
  16. #endif
  17. #ifndef UNICODE /* NT flag */
  18. #define UNICODE 1
  19. #endif
  20. #undef _MBCS /* UNICODE not _MBCS */
  21. #define _USE_INT64 1
  22. #include "findf64.c"