Search
lxdream.org :: lxdream/src/gettext.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gettext.h
changeset 968:6fb1481859a4
prev755:ab873907b00e
author nkeynes
date Sat Mar 03 15:52:59 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Swap between run + pause icons when pressed
file annotate diff log raw
1.1 --- a/src/gettext.h Mon Jul 21 00:08:34 2008 +0000
1.2 +++ b/src/gettext.h Sat Mar 03 15:52:59 2012 +1000
1.3 @@ -28,7 +28,7 @@
1.4 #endif
1.5
1.6 /* NLS can be disabled through the configure --disable-nls option. */
1.7 -#if ENABLE_NLS
1.8 +#ifdef ENABLE_NLS
1.9
1.10 /* Get declarations of GNU message catalog functions. */
1.11 # include <libintl.h>
.