Re: services.exe[3/3]: start a local RPC server [fixed]
Mikolaj Zalewski wrote:
diff --git a/dlls/advapi32/Makefile.in b/dlls/advapi32/Makefile.in index 8f6fe33..85e9680 100644 --- a/dlls/advapi32/Makefile.in +++ b/dlls/advapi32/Makefile.in @@ -5,7 +5,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = advapi32.dll IMPORTLIB = libadvapi32.$(IMPLIBEXT) -IMPORTS = kernel32 ntdll +IMPORTS = rpcrt4 kernel32 ntdll
I think you should make rpcrt4 a DELAYIMPORT since it should only be needed for program that use services. Also, you have added one or two header files that don't have a copyright and LGPL statement at the top, which should probably be fixed before the final version (the exception is the one-line files to make the generated files appear in the right place). -- Rob Shearman
participants (1)
-
Robert Shearman