wimgapi: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-26 09:37:35 +02:00
parent 339adaabbc
commit 0e232b0b1b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,6 @@
MODULE = wimgapi.dll
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View file

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