Added #ifdef HAVE_WCTYPE_H.

oldstable
Marcus Meissner 1999-03-12 17:28:09 +00:00 committed by Alexandre Julliard
parent 47d98fb9c8
commit e9437c73c1
1 changed files with 5 additions and 1 deletions

View File

@ -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"