toolhelp: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2eec1676ac
commit
06252f9316
|
@ -1,4 +1,4 @@
|
|||
MODULE = toolhelp.dll16
|
||||
EXTRADLLFLAGS = -m16
|
||||
EXTRADLLFLAGS = -m16 -mno-cygwin
|
||||
|
||||
C_SRCS = 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"
|
||||
|
|
Loading…
Reference in New Issue