Commit 8d830b62 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Add some missing declarations in the spec file.

parent e09e67e8
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
@ stdcall BuildTrusteeWithObjectsAndSidW(ptr ptr ptr ptr ptr) @ stdcall BuildTrusteeWithObjectsAndSidW(ptr ptr ptr ptr ptr)
@ stdcall BuildTrusteeWithSidA(ptr ptr) @ stdcall BuildTrusteeWithSidA(ptr ptr)
@ stdcall BuildTrusteeWithSidW(ptr ptr) @ stdcall BuildTrusteeWithSidW(ptr ptr)
@ stdcall ChangeServiceConfig2A(long long ptr)
@ stdcall ChangeServiceConfig2W(long long ptr)
@ stdcall ChangeServiceConfigA(long long long long wstr str ptr str str str str) @ stdcall ChangeServiceConfigA(long long long long wstr str ptr str str str str)
@ stdcall ChangeServiceConfigW(long long long long wstr wstr ptr wstr wstr wstr wstr) @ stdcall ChangeServiceConfigW(long long long long wstr wstr ptr wstr wstr wstr wstr)
@ stdcall ClearEventLogA (long str) @ stdcall ClearEventLogA (long str)
...@@ -286,6 +288,7 @@ ...@@ -286,6 +288,7 @@
@ stdcall SetSecurityDescriptorGroup (ptr ptr long) @ stdcall SetSecurityDescriptorGroup (ptr ptr long)
@ stdcall SetSecurityDescriptorOwner (ptr ptr long) @ stdcall SetSecurityDescriptorOwner (ptr ptr long)
@ stdcall SetSecurityDescriptorSacl(ptr long ptr long) @ stdcall SetSecurityDescriptorSacl(ptr long ptr long)
@ stub SetSecurityInfo #(ptr long ptr ptr ptr ptr ptr ptr)
@ stdcall SetServiceBits(long long long long) @ stdcall SetServiceBits(long long long long)
@ stdcall SetServiceObjectSecurity(long long ptr) @ stdcall SetServiceObjectSecurity(long long ptr)
@ stdcall SetServiceStatus(long long) @ stdcall SetServiceStatus(long long)
......
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