From 7a38452f837e97daf9ec809d0bd6899eb91540ec Mon Sep 17 00:00:00 2001 From: Francois Gouget <fgouget@codeweavers.com> Date: Wed, 8 Nov 2000 05:03:15 +0000 Subject: [PATCH] We must include ctype.h so that applications get isalnum & co. --- include/winnt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winnt.h b/include/winnt.h index 4f65d3f22d9..b2009c40084 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -11,6 +11,7 @@ #include "windef.h" #ifndef RC_INVOKED +#include <ctype.h> #include <string.h> #endif -- GitLab