msimtf: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-06-13 08:44:06 +02:00
parent 08a9a6f35b
commit 62e610ad32
3 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,8 @@
MODULE = msimtf.dll
IMPORTS = uuid imm32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
activeimmapp.c \
main.c

View File

@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#define COBJMACROS
@ -34,8 +32,6 @@
#include "dimm.h"
#include "imm.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msimtf);

View File

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