Commit e9437c73 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Added #ifdef HAVE_WCTYPE_H.

parent 47d98fb9
......@@ -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"
......
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