Module: wine Branch: master Commit: 06252f931665276ce2a2f957c3588f4a6ade4c81 URL: https://source.winehq.org/git/wine.git/?a=commit;h=06252f931665276ce2a2f957c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 24 10:11:12 2019 +0200
toolhelp: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/toolhelp.dll16/Makefile.in | 2 +- dlls/toolhelp.dll16/toolhelp.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/dlls/toolhelp.dll16/Makefile.in b/dlls/toolhelp.dll16/Makefile.in index 64d0de3..3c9b33f 100644 --- a/dlls/toolhelp.dll16/Makefile.in +++ b/dlls/toolhelp.dll16/Makefile.in @@ -1,4 +1,4 @@ MODULE = toolhelp.dll16 -EXTRADLLFLAGS = -m16 +EXTRADLLFLAGS = -m16 -mno-cygwin
C_SRCS = toolhelp.c diff --git a/dlls/toolhelp.dll16/toolhelp.c b/dlls/toolhelp.dll16/toolhelp.c index 02e8d6a..f2b520b 100644 --- a/dlls/toolhelp.dll16/toolhelp.c +++ b/dlls/toolhelp.dll16/toolhelp.c @@ -19,14 +19,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" - #include <stdarg.h> #include <stdlib.h> #include <string.h> -#ifdef HAVE_UNISTD_H -# include <unistd.h> -#endif #include <ctype.h> #include <assert.h> #include "windef.h"