typos fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-04-20 10:30:53 +00:00
parent 76ed42ef66
commit 851630e4f3

View File

@@ -17,11 +17,12 @@
#include "wx/wxchar.h"
#include <string.h> // strdup
// wchar.h isn't available on my system (Linux, g++ 2.7.2). JACS.
#ifdef __LINUX__
#ifdef HAVE_WCSTR_H
#include <wcstr.h>
#else
#elif defined( HAVE_WCHAR_H )
#include <wchar.h> // wchar_t
#else
#pragma error "Don't know what to do!"
#endif
// ----------------------------------------------------------------------------