- there is no langinfo.h header in my crossmingw32 environment

pp [2008-03-12 15:19:49]
- 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
Filename
src/lingot-i18n.h
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"
ViewGit