1
0
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:
Vadim Kurland
2011-07-25 16:27:44 -07:00
parent 9372c1ffa9
commit 84a6dcbdf7

View File

@@ -60,9 +60,11 @@
#include <sstream>
#include <iterator>
/*
#ifdef _WIN32
#define snprintf sprintf_s
#endif
*/
/**
* Define this if you need extra debug output.