wing: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9c955f0ad5
commit
fe02d28feb
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue