WINDOWS
platform. More...
#include <mxcpcStreamFile.h>
#include <fcntl.h>
#include <windows.h>
Go to the source code of this file.
WINDOWS
platform.
Differs from the original POSIX
-dependent implementation in that we explicitly have to request binary mode when doing an open()
or fopen()
to avoid having our carriage returns (13s) implicitly toasted.
Definition in file mxcpcStreamFile_win.cpp.