commit | 7a38452f837e97daf9ec809d0bd6899eb91540ec | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Wed Nov 08 05:03:15 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 08 05:03:15 2000 +0000 |
tree | 669ebda09086b625c2c0162c997b75e57c9736c0 | |
parent | 8a21fca85255f00f8289672526a9e9ec7add1375 [diff] [blame] |
We must include ctype.h so that applications get isalnum & co.
diff --git a/include/winnt.h b/include/winnt.h index 4f65d3f..b2009c4 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