eject: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-04-29 10:46:50 +02:00
parent d846e49a74
commit 5bf6ab713d
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
MODULE = eject.exe
APPMODE = -mconsole
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = eject.c

View File

@ -20,8 +20,6 @@
#define WIN32_LEAN_AND_MEAN
#include "config.h"
#include <windows.h>
#include <winioctl.h>
#include <ntddstor.h>