Commit 2c05f9d0 authored by Alexandre Julliard's avatar Alexandre Julliard

sechost: Use fully interpreted IDL stubs.

parent 5ac51de6
......@@ -3,6 +3,8 @@ IMPORTLIB = sechost
IMPORTS = kernelbase
DELAYIMPORTS = rpcrt4
EXTRAIDLFLAGS = -Oicf
SOURCES = \
plugplay.idl \
security.c \
......
......@@ -284,9 +284,8 @@ SC_HANDLE WINAPI DECLSPEC_HOTPATCH OpenSCManagerW( const WCHAR *machine, const W
}
__ENDTRY
if (!err) return handle;
SetLastError( err );
return NULL;
return handle;
}
/******************************************************************************
......
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