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

This commit is contained in:
Francois Gouget 2000-11-08 05:03:15 +00:00 committed by Alexandre Julliard
parent 8a21fca852
commit 7a38452f83
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "windef.h"
#ifndef RC_INVOKED
#include <ctype.h>
#include <string.h>
#endif