]> git.eshelyaron.com Git - emacs.git/commit
Avoid gettimeofday deprecation warnings with MinGW
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Jul 2018 17:07:09 +0000 (20:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Jul 2018 17:07:09 +0000 (20:07 +0300)
commit414a4969b98fabd1598933d48aea4c5f19db7a7f
treed26d57d8f26d366e9912d6ab589c051d5de79256
parentd7052cf393ffd1ab57fd7f7d92abdd00a5b5df8c
Avoid gettimeofday deprecation warnings with MinGW

* nt/inc/ms-w32.h (__POSIX_2008_DEPRECATED)
[__MINGW32_VERSION >= 5001000L]: Define to nothing, to avoid
deprecation warnings about gettimeofday with mingw.org's MinGW
runtime 5.1 and later.
nt/inc/ms-w32.h