Commit 62e610ad authored by Alexandre Julliard's avatar Alexandre Julliard

msimtf: Build with msvcrt.

parent 08a9a6f3
MODULE = msimtf.dll MODULE = msimtf.dll
IMPORTS = uuid imm32 IMPORTS = uuid imm32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
activeimmapp.c \ activeimmapp.c \
main.c main.c
......
...@@ -18,8 +18,6 @@ ...@@ -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>
#define COBJMACROS #define COBJMACROS
...@@ -34,8 +32,6 @@ ...@@ -34,8 +32,6 @@
#include "dimm.h" #include "dimm.h"
#include "imm.h" #include "imm.h"
#include "wine/unicode.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msimtf); WINE_DEFAULT_DEBUG_CHANNEL(msimtf);
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,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 <stdio.h> #include <stdio.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