Commit c7f2da4f authored by Alexandre Julliard's avatar Alexandre Julliard

t2embed: Build with msvcrt.

parent 646d3a10
...@@ -2,5 +2,7 @@ MODULE = t2embed.dll ...@@ -2,5 +2,7 @@ MODULE = t2embed.dll
IMPORTLIB = t2embed IMPORTLIB = t2embed
IMPORTS = gdi32 advapi32 IMPORTS = gdi32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
main.c main.c
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,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"
......
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