Commit 8b81c521 authored by Alexandre Julliard's avatar Alexandre Julliard

objsel: Build with msvcrt.

parent 690e9619
MODULE = objsel.dll MODULE = objsel.dll
IMPORTS = strmiids uuid ole32 advapi32 IMPORTS = strmiids uuid ole32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
factory.c \ factory.c \
objsel.c objsel.c
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include "olectl.h" #include "olectl.h"
#include "unknwn.h" #include "unknwn.h"
#include "objsel.h" #include "objsel.h"
#include "wine/unicode.h"
#include "uuids.h" #include "uuids.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