io.h: Add _sopen_dispatch and _sopen_s declarations.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Jacek Caban 2020-03-19 15:41:19 +01:00 committed by Alexandre Julliard
parent 311cb41702
commit e52a44c405
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ int __cdecl _pipe(int*,unsigned int,int);
int __cdecl _read(int,void*,unsigned int);
int __cdecl _setmode(int,int);
int WINAPIV _sopen(const char*,int,int,...);
errno_t __cdecl _sopen_dispatch(const char*,int,int,int,int*,int);
errno_t __cdecl _sopen_s(int*,const char*,int,int,int);
__msvcrt_long __cdecl _tell(int);
__int64 __cdecl _telli64(int);
int __cdecl _umask(int);