Commit a9bfd7f5 authored by Alexandre Julliard's avatar Alexandre Julliard

credui: Use --prefer-native instead of DLL_WINE_PREATTACH.

parent c3280aa0
......@@ -2,7 +2,7 @@ MODULE = credui.dll
IMPORTLIB = credui
IMPORTS = comctl32 user32 advapi32
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
credui_main.c
......
......@@ -71,9 +71,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
switch (fdwReason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(hinstDLL);
hinstCredUI = hinstDLL;
......
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