From c8e9cd96567e0e3f586cb515d31994274a4186dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vincent=20B=C3=A9ron?= <vberon@mecano.gme.usherb.ca>
Date: Tue, 10 Dec 2002 20:02:17 +0000
Subject: [PATCH] Add a definition for STRICT.

---
 include/windef.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/windef.h b/include/windef.h
index de226e0ed38..834ad3857aa 100644
--- a/include/windef.h
+++ b/include/windef.h
@@ -29,6 +29,12 @@
 #define WINVER 0x0500
 #endif
 
+#ifndef NO_STRICT
+# ifndef STRICT
+#  define STRICT
+# endif /* STRICT */
+#endif /* NO_STRICT */
+
 #include "winnt.h"
 
 
-- 
GitLab