Backports fix 357702
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@357704
13f79535-47bb-0310-9956-
ffa450edef68
#define OEMRESOURCE
#endif
+#if defined(_MSC_VER) && _MSC_VER >= 1400
+#define _CRT_SECURE_NO_DEPRECATE
+#pragma warning(disable: 4996)
+#endif
+
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
*/
#define WIN32_LEAN_AND_MEAN
+
+#if defined(_MSC_VER) && _MSC_VER >= 1400
+#define _CRT_SECURE_NO_DEPRECATE
+#pragma warning(disable: 4996)
+#endif
+
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>