Commit 77819ee3 authored by Alexandre Julliard's avatar Alexandre Julliard

compstui: Build with msvcrt.

parent 6a5d0230
MODULE = compstui.dll MODULE = compstui.dll
IMPORTLIB = compstui IMPORTLIB = compstui
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
compstui_main.c compstui_main.c
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "winuser.h" #include "winuser.h"
#include "ddk/compstui.h" #include "ddk/compstui.h"
#include "wine/unicode.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(compstui); WINE_DEFAULT_DEBUG_CHANNEL(compstui);
......
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