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

  1. /***
  2. *wutime.c - set modification time for a file (wchar_t version)
  3. *
  4. *       Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       Sets the access/modification times for a file.
  8. *
  9. *******************************************************************************/
  10.  
  11.  
  12. #ifndef _UNICODE
  13. #define _UNICODE 1
  14. #endif  /* _UNICODE */
  15.  
  16. #ifndef UNICODE
  17. #define UNICODE 1
  18. #endif  /* UNICODE */
  19.  
  20. #undef _MBCS /* UNICODE not _MBCS */
  21.  
  22. #include "utime.c"
  23.  
  24.  
  25.