diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-12 15:19:49 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-12 15:19:49 +0000 |
| commit | 531177f116b52f080ad93716baf86091cc73024c (patch) | |
| tree | 09390c0e57e15a4ddac76ac5d6e6814342015c7a /src/lingot-i18n.h | |
| parent | d3a29ffe90c63d508e49a6c89ccdf636cc9c453d (diff) | |
- there is no langinfo.h header in my crossmingw32 environment
git-svn-id: https://lampka.siedziba.pl:790/svn/repos/lingot-win32@293 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'src/lingot-i18n.h')
| -rw-r--r-- | src/lingot-i18n.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lingot-i18n.h b/src/lingot-i18n.h index cded340..df3f84f 100644 --- a/src/lingot-i18n.h +++ b/src/lingot-i18n.h @@ -26,7 +26,9 @@ #include <libintl.h> #include <locale.h> +#ifndef __WIN32__ #include <langinfo.h> +#endif #ifdef HAVE_CONFIG_H #include "config.h" |
