mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix last change: only MinGW runtime 5.0.2 and later needs that.
This commit is contained in:
parent
024d20f81e
commit
bd52f37cae
3 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#define timeval ws_timeval
|
||||
#endif
|
||||
|
||||
#if defined __MINGW32_VERSION && __MINGW32_VERSION >= 5000000L
|
||||
#if defined __MINGW32_VERSION && __MINGW32_VERSION >= 5000002L
|
||||
/* Need winerror.h before winsock2.h with mingw.org's MinGW 5.x,
|
||||
otherwise some error codes are not defined. */
|
||||
# include <winerror.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue