#ifdef fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2195 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-12-23 21:32:27 +00:00
parent 9ec76e5573
commit 93c4a5656b
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#include "proto.h" #include "proto.h"
#include "nano.h" #include "nano.h"
#ifdef HAVE_WCHAR_H #if defined(HAVE_WCHAR_H) && defined(NANO_WIDE)
#include <wchar.h> #include <wchar.h>
#endif #endif

View File

@ -32,7 +32,7 @@
#include "proto.h" #include "proto.h"
#include "nano.h" #include "nano.h"
#ifdef HAVE_WCHAR_H #if defined(HAVE_WCHAR_H) && defined(NANO_WIDE)
#include <wchar.h> #include <wchar.h>
#endif #endif