From e2495a760a7c5987724467923b9beb57c50ccfeb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 17 Apr 2016 17:45:44 +0000 Subject: MSWindows fixes for previous commits. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11644 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Input.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Input.cxx') diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index d6b8b3886..205babaf3 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -316,7 +316,7 @@ int Fl_Input::handle_key() { Fl::compose_reset(); // ignore any foreign letters... // initialize the list of legal characters inside a floating point number -#ifdef HAVE_LOCALECONV +#if defined(HAVE_LOCALECONV) && defined(HAVE_LOCALE_H) if (!legal_fp_chars) { size_t len = strlen(standard_fp_chars); struct lconv *lc = localeconv(); -- cgit v1.2.3