Added #ifdef HAVE_WCTYPE_H.
This commit is contained in:
parent
47d98fb9c8
commit
e9437c73c1
|
@ -4,10 +4,14 @@
|
|||
* Copyright 1996-1998 Marcus Meissner
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <wctype.h>
|
||||
#ifdef HAVE_WCTYPE_H
|
||||
# include <wctype.h>
|
||||
#endif
|
||||
#include "wine/winestring.h"
|
||||
#include "heap.h"
|
||||
#include "winnls.h"
|
||||
|
|
Loading…
Reference in New Issue