home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / wfndfi64.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  550b  |  26 lines

  1. /***
  2. *wfndfi64.c - C find file functions (wchar_t version)
  3. *
  4. *       Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       Defines _wfindfirsti64() and _wfindnexti64().
  8. *
  9. *******************************************************************************/
  10.  
  11. #define WPRFLAG     1
  12.  
  13. #ifndef _UNICODE
  14. #define _UNICODE    1
  15. #endif  /* _UNICODE */
  16.  
  17. #ifndef UNICODE
  18. #define UNICODE     1
  19. #endif  /* UNICODE */
  20.  
  21. #undef _MBCS        /* UNICODE not _MBCS */
  22.  
  23. #define _USE_INT64  1
  24.  
  25. #include "findfile.c"
  26.