toolhelp: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-24 10:11:12 +02:00
parent 2eec1676ac
commit 06252f9316
2 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
MODULE = toolhelp.dll16
EXTRADLLFLAGS = -m16
EXTRADLLFLAGS = -m16 -mno-cygwin
C_SRCS = toolhelp.c

View File

@ -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"