Skip to content

Commit

Permalink
[ADVAPI32] Add some missing Vista+ exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tkreuzer committed Oct 17, 2024
1 parent b27429b commit 3095299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dll/win32/advapi32/advapi32.spec
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@
@ stub RegConnectRegistryExA
@ stub RegConnectRegistryExW
@ stdcall RegConnectRegistryW(wstr long ptr)
@ stdcall -version=0x600+ RegCopyTreeA(ptr str ptr)
@ stdcall -version=0x600+ RegCopyTreeW(ptr wstr ptr)
@ stdcall RegCreateKeyA(long str ptr)
@ stdcall RegCreateKeyExA(long str long ptr long long ptr ptr ptr)
@ stdcall RegCreateKeyExW(long wstr long ptr long long ptr ptr ptr)
Expand All @@ -490,6 +492,8 @@
@ stdcall RegDeleteKeyExA(long str long long)
@ stdcall RegDeleteKeyExW(long wstr long long)
@ stdcall RegDeleteKeyW(long wstr)
@ stdcall -version=0x600+ RegDeleteTreeA(long str)
@ stdcall -version=0x600+ RegDeleteTreeW(long wstr)
@ stdcall RegDeleteValueA(long str)
@ stdcall RegDeleteValueW(long wstr)
@ stdcall RegDisablePredefinedCache()
Expand Down Expand Up @@ -533,6 +537,8 @@
@ stdcall RegSaveKeyExW(long str ptr long)
@ stdcall RegSaveKeyW(long ptr ptr)
@ stdcall RegSetKeySecurity(long long ptr)
@ stdcall -version=0x600+ RegSetKeyValueA(long str str long ptr long)
@ stdcall -version=0x600+ RegSetKeyValueW(long wstr wstr long ptr long)
@ stdcall RegSetValueA(long str long ptr long)
@ stdcall RegSetValueExA(long str long long ptr long)
@ stdcall RegSetValueExW(long wstr long long ptr long)
Expand Down

0 comments on commit 3095299

Please sign in to comment.