Commit 095b40f4 authored by Alexandre Julliard's avatar Alexandre Julliard

dx8vb: Use --prefer_native instead of DLL_WINE_PREATTACH.

parent fe60d1cf
MODULE = dx8vb.dll
IMPORTS = uuid ole32
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
main.c
......
......@@ -44,8 +44,6 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
switch (reason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(instance);
instance_dx8vb = 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