typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,11 +17,12 @@
|
|||||||
#include "wx/wxchar.h"
|
#include "wx/wxchar.h"
|
||||||
#include <string.h> // strdup
|
#include <string.h> // strdup
|
||||||
|
|
||||||
// wchar.h isn't available on my system (Linux, g++ 2.7.2). JACS.
|
#ifdef HAVE_WCSTR_H
|
||||||
#ifdef __LINUX__
|
|
||||||
#include <wcstr.h>
|
#include <wcstr.h>
|
||||||
#else
|
#elif defined( HAVE_WCHAR_H )
|
||||||
#include <wchar.h> // wchar_t
|
#include <wchar.h> // wchar_t
|
||||||
|
#else
|
||||||
|
#pragma error "Don't know what to do!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user