Commit b783f1db authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 161fc656
MODULE = snmpapi.dll
IMPORTLIB = snmpapi
EXTRADLLFLAGS = -mno-cygwin
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
main.c
......@@ -123,8 +123,6 @@ BOOL WINAPI DllMain(
TRACE("(%p,%d,%p)\n", hInstDLL, fdwReason, lpvReserved);
switch(fdwReason) {
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(hInstDLL);
startTime = GetTickCount64();
......
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