Changeset 21402 for trunk/include
- Timestamp:
- Jul 30, 2010, 1:01:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/minivcrt.h
r21398 r21402 73 73 WCHAR* _wcsupr(WCHAR*); 74 74 75 int _waccess(const WCHAR*,int); 76 int _wchmod(const WCHAR*,int); 77 int _wcreat(const WCHAR*,int); 78 long _wfindfirst(const WCHAR*,struct _wfinddata_t*); 79 int _wfindnext(long,struct _wfinddata_t*); 80 WCHAR* _wmktemp(WCHAR*); 81 int _wrename(const WCHAR*,const WCHAR*); 82 int _wunlink(const WCHAR*); 83 84 #define _stat stat 85 struct _stat; 86 int _wstat(const WCHAR*,struct _stat*); 87 88 int _wremove(const WCHAR*); 89 WCHAR* _wtempnam(const WCHAR*,const WCHAR*); 90 75 91 #ifdef __cplusplus 76 92 }
Note:
See TracChangeset
for help on using the changeset viewer.