vmm.vxd: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-25 08:39:22 +02:00
parent c46a54d6bb
commit 2c36c977f7
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,6 @@
MODULE = vmm.vxd
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
vmm.c

View file

@ -20,9 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"