diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2008-03-12 15:19:49 +0000 |
|---|---|---|
| committer | Piotr Pawlow <pp@siedziba.pl> | 2014-03-13 20:54:10 +0100 |
| commit | f82f56dd6106959f6f3bb693df664bb66e4cd070 (patch) | |
| tree | e259d1a3ee7c42b152c3e7e7e83a6357d79b2e74 | |
| parent | c04af18902322cea1bd05b6f01b7860ca7bfa432 (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
| -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 8900d8d..bc00feb 100644 --- a/src/lingot-i18n.h +++ b/src/lingot-i18n.h @@ -25,7 +25,9 @@ #include <libintl.h> #include <locale.h> +#ifndef __WIN32__ #include <langinfo.h> +#endif #ifdef HAVE_CONFIG_H #include "config.h" |
