Commit 0ac96ea3 authored by Alexandre Julliard's avatar Alexandre Julliard

ddeml: Build with msvcrt.

parent 03c07b5a
MODULE = ddeml.dll16 MODULE = ddeml.dll16
IMPORTS = user32 IMPORTS = user32
EXTRADLLFLAGS = -m16 EXTRADLLFLAGS = -m16 -mno-cygwin
C_SRCS = ddeml.c C_SRCS = ddeml.c
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,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 "wine/port.h"
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment