fixed bugs in mutex protection in sio.

added qse_open_stdsios_with_flags
This commit is contained in:
2018-09-04 15:07:42 +00:00
parent cbe34cc526
commit f93bf8d053
8 changed files with 60 additions and 42 deletions

View File

@ -401,6 +401,10 @@ QSE_EXPORT int qse_open_stdsios (
void
);
QSE_EXPORT int qse_open_stdsios_with_flags (
int flags
);
QSE_EXPORT void qse_close_stdsios (
void
);