diff GUIWindow.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 3f375342de12
children 7ffddbe09e55
line wrap: on
line diff
--- a/GUIWindow.cpp	Wed Feb 26 01:26:22 2014 +0100
+++ b/GUIWindow.cpp	Wed Feb 26 23:35:23 2014 +0100
@@ -1,3 +1,4 @@
+#define _CRT_SECURE_NO_WARNINGS
 #include "GUIWindow.h"
 #include "GUIFont.h"
 #include "Party.h"