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