Upgrade to Win32-0.37
[p5sagit/p5-mst-13.2.git] / ext / I18N / Langinfo / Langinfo.xs
index 39faaf1..c1da981 100644 (file)
@@ -3,6 +3,7 @@
 #include "XSUB.h"
 
 #ifdef I_LANGINFO
+#   define __USE_GNU 1 /* Enables YESSTR, otherwise only __YESSTR. */
 #   include <langinfo.h>
 #endif