Commit 7a38452f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

We must include ctype.h so that applications get isalnum & co.

parent 8a21fca8
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include "windef.h" #include "windef.h"
#ifndef RC_INVOKED #ifndef RC_INVOKED
#include <ctype.h>
#include <string.h> #include <string.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment