"C3861: 'snprintf': identifier not found" with VS2013 and prior.
--HG-- branch : develop
This commit is contained in:
parent
2d61b87256
commit
049a72ff20
|
@ -33,6 +33,10 @@
|
|||
#if (_MSC_VER > 1000)
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#if _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
#endif // Q_CC_MSVC
|
||||
|
||||
#include <fstream>
|
||||
|
|
Loading…
Reference in New Issue
Block a user