From 60db5b5a1bb446e4b8a6d15ce277d5f7987bf07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 23 Mar 2016 12:43:18 +0100 Subject: [PATCH] win,build: remove unused build defines PR-URL: https://github.com/libuv/libuv/pull/777 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig --- Makefile.am | 1 - Makefile.mingw | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a0de6f56..4811fb36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,6 @@ if WINNT include_HEADERS += include/uv-win.h include/tree.h AM_CPPFLAGS += -I$(top_srcdir)/src/win \ - -DWIN32_LEAN_AND_MEAN \ -D_WIN32_WINNT=0x0600 LIBS += -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv libuv_la_SOURCES += src/win/async.c \ diff --git a/Makefile.mingw b/Makefile.mingw index 156f15da..3130bac4 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -20,7 +20,6 @@ CFLAGS += -Wall \ -Iinclude \ -Isrc \ -Isrc/win \ - -DWIN32_LEAN_AND_MEAN \ -D_WIN32_WINNT=0x0600 INCLUDES = include/stdint-msvc2008.h \