Commit aeaf884a authored by Alexandre Julliard's avatar Alexandre Julliard

qdvd: Use --prefer_native instead of DLL_WINE_PREATTACH.

parent f9911319
MODULE = qdvd.dll
IMPORTS = strmbase strmiids uuid ole32
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
graph.c \
......
......@@ -104,9 +104,6 @@ static struct class_factory navigator_cf = {{&class_factory_vtbl}, navigator_cre
BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved)
{
if (reason == DLL_WINE_PREATTACH)
return FALSE; /* prefer native version */
if (reason == DLL_PROCESS_ATTACH)
{
qdvd_instance = instance;
......
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