ddeml: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-05-31 08:48:05 +02:00
parent 03c07b5a99
commit 0ac96ea3d5
2 changed files with 1 additions and 3 deletions

View File

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

View File

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