MSVCRT_fclose() mustn't use the _flag field from the file structure
after _close() has been called. When _open_osfhandle() is used by MFC's CStdioFile, it expects write access even though it doesn't set the necessary flag bit.
Loading
Please register or sign in to comment