windows.cfg: Added support for _stat() functions.
This commit is contained in:
parent
8e79e5c1d3
commit
999da2877e
|
@ -1889,4 +1889,27 @@ HFONT CreateFont(
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int _stat(const char *path, struct _stat *buffer);
|
||||||
|
int _stat32(const char *path, struct __stat32 *buffer);
|
||||||
|
int _stat64(const char *path, struct __stat64 *buffer);
|
||||||
|
int _stati64(const char *path, struct _stati64 *buffer);
|
||||||
|
int _stat32i64(const char *path, struct _stat32i64 *buffer);
|
||||||
|
int _stat64i32(const char *path, struct _stat64i32 *buffer);
|
||||||
|
int _wstat(const wchar_t *path, struct _stat *buffer);
|
||||||
|
int _wstat32(const wchar_t *path, struct __stat32 *buffer);
|
||||||
|
int _wstat64(const wchar_t *path, struct __stat64 *buffer);
|
||||||
|
int _wstati64(const wchar_t *path, struct _stati64 *buffer);
|
||||||
|
int _wstat32i64(const wchar_t *path, struct _stat32i64 *buffer);
|
||||||
|
int _wstat64i32(const wchar_t *path, struct _stat64i32 *buffer); -->
|
||||||
|
<function name="_stat,_stat32,_stat64,_stati64,_stat32i64,_stat64i32,_wstat,_wstat32,_wstat64,_wstati64,_wstat32i64,_wstat64i32">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2">
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue