mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-10 11:05:06 +02:00
see #2425 no sprintf_s in mingw
This commit is contained in:
@@ -60,9 +60,11 @@
|
||||
#include <sstream>
|
||||
#include <iterator>
|
||||
|
||||
/*
|
||||
#ifdef _WIN32
|
||||
#define snprintf sprintf_s
|
||||
#endif
|
||||
*/
|
||||
|
||||
/**
|
||||
* Define this if you need extra debug output.
|
||||
|
||||
Reference in New Issue
Block a user