summaryrefslogtreecommitdiffstats
path: root/gl/localcharset.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/localcharset.c')
-rw-r--r--gl/localcharset.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gl/localcharset.c b/gl/localcharset.c
index 4f31948..68679cf 100644
--- a/gl/localcharset.c
+++ b/gl/localcharset.c
@@ -1,6 +1,6 @@
1/* Determine a canonical name for the current locale's character encoding. 1/* Determine a canonical name for the current locale's character encoding.
2 2
3 Copyright (C) 2000-2006 Free Software Foundation, Inc. 3 Copyright (C) 2000-2006, 2008 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
@@ -34,7 +34,9 @@
34 34
35#if defined __EMX__ 35#if defined __EMX__
36/* Assume EMX program runs on OS/2, even if compiled under DOS. */ 36/* Assume EMX program runs on OS/2, even if compiled under DOS. */
37# define OS2 37# ifndef OS2
38# define OS2
39# endif
38#endif 40#endif
39 41
40#if !defined WIN32_NATIVE 42#if !defined WIN32_NATIVE