msisys.ocx: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-13 08:44:39 +02:00
parent 91792d9cf0
commit 1c6bf6f7de
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,6 @@
MODULE = msisys.ocx
IMPORTS = uuid
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = msisys.c

View file

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