This commit is contained in:
2022-05-25 18:06:32 +08:00
parent 966aeb8d64
commit 3a02cfa641

View File

@@ -540,6 +540,6 @@ int fileop::fcloseall() {
#if _WIN32 #if _WIN32
return ::_fcloseall(); return ::_fcloseall();
#else #else
return ::closeall(); return ::fcloseall();
#endif #endif
} }