1
0

Fixed cFile compilation under MinGW.

This commit is contained in:
madmaxoft 2014-06-30 21:41:14 +02:00
parent 6b8529544e
commit a5a0533d79

View File

@ -7,6 +7,9 @@
#include "File.h"
#include <fstream>
#ifdef _WIN32
#include <share.h> // for _SH_DENYWRITE
#endif // _WIN32