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 Mon Jun 08 04:12:21 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change General cleanup of the GD-rom subsystem
- merge gdrom_image_t and gdrom_disc_t
- Abstract MMC devices using a lower-level scsi transport
- OSX: only look at the whole disc device, and ignore partitions
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 Mon Jun 08 04:12:21 2009 +0000
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>
.