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

  1. /***
  2. *wtempnam.c - generate unique file name (wchar_t version)
  3. *
  4. *       Copyright (c) 1986-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *
  8. *******************************************************************************/
  9.  
  10.  
  11. #ifndef _UNICODE
  12. #define _UNICODE 1
  13. #endif  /* _UNICODE */
  14.  
  15. #ifndef UNICODE
  16. #define UNICODE 1
  17. #endif  /* UNICODE */
  18.  
  19. #undef _MBCS /* UNICODE not _MBCS */
  20.  
  21. #include "tempnam.c"
  22.  
  23.