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

  1. /***
  2. *_wopen.c - open a stream, with string mode (wchar_t version)
  3. *
  4. *       Copyright (c) 1993-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       defines _wopenfile() - opens a stream, with string arguments for mode
  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. #include "_open.c"
  21.  
  22.