From: Karsten Ballüder Date: Tue, 20 Apr 1999 10:30:53 +0000 (+0000) Subject: typos fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/851630e4f39057d8679720da44678e622659d9a1 typos fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/buffer.h b/include/wx/buffer.h index 9bed7fca30..dea159f833 100644 --- a/include/wx/buffer.h +++ b/include/wx/buffer.h @@ -17,11 +17,12 @@ #include "wx/wxchar.h" #include // strdup -// wchar.h isn't available on my system (Linux, g++ 2.7.2). JACS. -#ifdef __LINUX__ +#ifdef HAVE_WCSTR_H #include -#else +#elif defined( HAVE_WCHAR_H ) #include // wchar_t +#else +#pragma error "Don't know what to do!" #endif // ----------------------------------------------------------------------------