Changeset 21402 for trunk/include


Ignore:
Timestamp:
Jul 30, 2010, 1:01:07 PM (15 years ago)
Author:
dmik
Message:

Added more wide character versions of RT functions to minivcrt.lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/minivcrt.h

    r21398 r21402  
    7373WCHAR*      _wcsupr(WCHAR*);
    7474
     75int         _waccess(const WCHAR*,int);
     76int         _wchmod(const WCHAR*,int);
     77int         _wcreat(const WCHAR*,int);
     78long        _wfindfirst(const WCHAR*,struct _wfinddata_t*);
     79int         _wfindnext(long,struct _wfinddata_t*);
     80WCHAR*      _wmktemp(WCHAR*);
     81int         _wrename(const WCHAR*,const WCHAR*);
     82int         _wunlink(const WCHAR*);
     83
     84#define _stat stat
     85struct _stat;
     86int         _wstat(const WCHAR*,struct _stat*);
     87
     88int         _wremove(const WCHAR*);
     89WCHAR*      _wtempnam(const WCHAR*,const WCHAR*);
     90
    7591#ifdef __cplusplus
    7692}
Note: See TracChangeset for help on using the changeset viewer.