From b42ed5425b4ac549fff443e397f632900808ace1 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 24 Apr 2000 18:02:02 +0000 Subject: [PATCH] Include string.h to make winnt.h self-sufficient. --- include/winnt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/winnt.h b/include/winnt.h index adfc56d7700..dc2877abdab 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -9,6 +9,10 @@ #include "windef.h" +#ifndef RC_INVOKED +#include +#endif + #include "pshpack1.h" /* Defines */ -- 2.11.4.GIT