mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-06 08:26:15 +02:00
Merge branch 'master' of github.com:cppformat/cppformat
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||
// Fix MSVC warning about "unsafe" fopen.
|
||||
FILE *FOpen(const char *filename, const char *mode) {
|
||||
FILE *f = 0;
|
||||
|
||||
Reference in New Issue
Block a user