diff options
Diffstat (limited to 'src/i18n.hh')
-rw-r--r-- | src/i18n.hh | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/i18n.hh b/src/i18n.hh index a2b97b9..46b5c1c 100644 --- a/src/i18n.hh +++ b/src/i18n.hh | |||
@@ -1,3 +1,6 @@ | |||
1 | // i18n.hh for Fluxbox Window Manager | ||
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | ||
3 | // | ||
1 | // i18n.hh for Blackbox - an X11 Window manager | 4 | // i18n.hh for Blackbox - an X11 Window manager |
2 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) |
3 | // | 6 | // |
@@ -19,8 +22,10 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
21 | 24 | ||
22 | #ifndef __i18n_h | 25 | // $Id: i18n.hh,v 1.4 2002/01/11 11:54:48 fluxgen Exp $ |
23 | #define __i18n_h | 26 | |
27 | #ifndef _I18N_HH_ | ||
28 | #define _I18N_HH_ | ||
24 | 29 | ||
25 | #ifdef NLS | 30 | #ifdef NLS |
26 | # include "../nls/blackbox-nls.hh" | 31 | # include "../nls/blackbox-nls.hh" |
@@ -37,6 +42,9 @@ extern "C" { | |||
37 | } | 42 | } |
38 | #endif // HAVE_NL_TYPES_H | 43 | #endif // HAVE_NL_TYPES_H |
39 | 44 | ||
45 | #ifdef __CYGWIN32__ | ||
46 | # include "nl_types_cygnus.h" | ||
47 | #endif | ||
40 | 48 | ||
41 | class I18n { | 49 | class I18n { |
42 | private: | 50 | private: |