This commit is contained in:
Michal Trojnara 2020-04-16 15:36:46 +02:00
parent 8cafe0a102
commit 3b9ce00901

View File

@ -142,7 +142,7 @@ typedef unsigned char u_char;
#endif
#ifdef _WIN32
#define FILE_CREATE_MODE "w+x"
#define FILE_CREATE_MODE "w+b"
#else
#define FILE_CREATE_MODE "w+bx"
#endif