diff Log.cpp @ 2253:aff7a7b072b7

adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
author Grumpy7
date Wed, 26 Feb 2014 23:35:23 +0100
parents 56cc81b1ed49
children f4af3b203f65
line wrap: on
line diff
--- a/Log.cpp	Wed Feb 26 01:26:22 2014 +0100
+++ b/Log.cpp	Wed Feb 26 23:35:23 2014 +0100
@@ -1,3 +1,4 @@
+#define _CRT_SECURE_NO_WARNINGS
 #include "Log.h"
 
 #include <stdio.h>