diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-21 20:17:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-21 20:17:16 +0200 |
commit | 9bcdc40b4d7eea3bac7869520176628c30fb5971 (patch) | |
tree | 2b31b3bce79e97445e9bb8478e0fdfc70f3dd28f /nonposix.h | |
parent | fb5edec7717ee9759785c8671fe71623dfee23a2 (diff) | |
parent | ae02ce389bfd1bcb2797fe64d73a91ef73705688 (diff) | |
download | egawk-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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__) |