diff mm7_1.cpp @ 1165:29a8defbad9e

temporary _CRT_SECURE_NO_WARNINGS to remove some warnings removed double LOBYTE, LOWORD etd macro definitions swprintf called with string size parameter ErrD3D with too many params fix 1 or 2 other minor fixes
author Grumpy7
date Tue, 04 Jun 2013 03:21:21 +0200
parents ed6a9efc6c90
children 883eaee77094
line wrap: on
line diff
--- a/mm7_1.cpp	Tue Jun 04 02:03:43 2013 +0200
+++ b/mm7_1.cpp	Tue Jun 04 03:21:21 2013 +0200
@@ -1,3 +1,7 @@
+#ifdef _MSC_VER
+#define _CRT_SECURE_NO_WARNINGS
+#endif
+
 /* This file has been generated by the Hex-Rays decompiler.
    Copyright (c) 2007-2011 Hex-Rays <info@hex-rays.com>