aboutsummaryrefslogtreecommitdiffstats
path: root/nonposix.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-21 20:17:16 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-21 20:17:16 +0200
commit9bcdc40b4d7eea3bac7869520176628c30fb5971 (patch)
tree2b31b3bce79e97445e9bb8478e0fdfc70f3dd28f /nonposix.h
parentfb5edec7717ee9759785c8671fe71623dfee23a2 (diff)
parentae02ce389bfd1bcb2797fe64d73a91ef73705688 (diff)
downloadegawk-9bcdc40b4d7eea3bac7869520176628c30fb5971.tar.gz
egawk-9bcdc40b4d7eea3bac7869520176628c30fb5971.tar.bz2
egawk-9bcdc40b4d7eea3bac7869520176628c30fb5971.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'nonposix.h')
-rw-r--r--nonposix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nonposix.h b/nonposix.h
index cbc4f499..9a722dd9 100644
--- a/nonposix.h
+++ b/nonposix.h
@@ -56,6 +56,9 @@ unsigned int getegid (void);
int unsetenv (const char *);
int setenv (const char *, const char *, int);
void w32_maybe_set_errno (void);
+char *w32_setlocale (int, const char *);
+#define setlocale(c,v) w32_setlocale(c,v)
+
#endif /* __MINGW32__ */
#if defined(VMS) || defined(__DJGPP__) || defined(__MINGW32__)