diff UI/UICharacter.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 e9625ad08541
children 60293358b4b3
line wrap: on
line diff
--- a/UI/UICharacter.cpp	Wed Feb 26 01:26:22 2014 +0100
+++ b/UI/UICharacter.cpp	Wed Feb 26 23:35:23 2014 +0100
@@ -1,3 +1,4 @@
+#define _CRT_SECURE_NO_WARNINGS
 #include <algorithm> 
 #include "..\MM7.h"
 #include "..\MapInfo.h"