We must include ctype.h so that applications get isalnum & co.
This commit is contained in:
parent
8a21fca852
commit
7a38452f83
|
@ -11,6 +11,7 @@
|
|||
#include "windef.h"
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue