Commit 79aa19c1 authored by Alexandre Julliard's avatar Alexandre Julliard

directmanipulation: Use --prefer_native instead of DLL_WINE_PREATTACH.

parent 0ed2adf6
MODULE = directmanipulation.dll
IMPORTS = uuid
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
IDL_SRCS = directmanip.idl
......
......@@ -38,8 +38,6 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved)
switch (reason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
dm_instance = instance;
DisableThreadLibraryCalls(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