wing: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-27 09:06:31 +02:00
parent 9c955f0ad5
commit fe02d28feb
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
MODULE = wing.dll16 MODULE = wing.dll16
IMPORTS = gdi32 IMPORTS = gdi32
EXTRADLLFLAGS = -m16 EXTRADLLFLAGS = -m16 -mno-cygwin
C_SRCS = wing.c C_SRCS = wing.c

View File

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