cppformat: Fix compatibility with our build system on Windows.

This was SVN commit r16178.
This commit is contained in:
Ykkrosh 2015-01-22 20:26:58 +00:00
parent f16407f6e9
commit 8875ae9cdf

View File

@ -30,6 +30,8 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "precompiled.h"
// Disable useless MSVC warnings.
#undef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS