platform/wm/rhodes/stdafx.h in rhodes-1.2.2 vs platform/wm/rhodes/stdafx.h in rhodes-1.4.0
- old
+ new
@@ -6,9 +6,13 @@
#if !defined(_WIN32_WCE)
#define _CRT_SECURE_NO_WARNINGS
#endif
+#ifndef _CRT_NONSTDC_NO_WARNINGS
+#define _CRT_NONSTDC_NO_WARNINGS 1
+#endif //_CRT_NONSTDC_NO_WARNINGS
+
#ifdef _X86_
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
#pragma comment(linker, "/nodefaultlib:oldnames.lib")
#endif
\ No newline at end of file