Skip to content

Commit 3095299

Browse files
committed
[ADVAPI32] Add some missing Vista+ exports
1 parent b27429b commit 3095299

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dll/win32/advapi32/advapi32.spec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@
482482
@ stub RegConnectRegistryExA
483483
@ stub RegConnectRegistryExW
484484
@ stdcall RegConnectRegistryW(wstr long ptr)
485+
@ stdcall -version=0x600+ RegCopyTreeA(ptr str ptr)
486+
@ stdcall -version=0x600+ RegCopyTreeW(ptr wstr ptr)
485487
@ stdcall RegCreateKeyA(long str ptr)
486488
@ stdcall RegCreateKeyExA(long str long ptr long long ptr ptr ptr)
487489
@ stdcall RegCreateKeyExW(long wstr long ptr long long ptr ptr ptr)
@@ -490,6 +492,8 @@
490492
@ stdcall RegDeleteKeyExA(long str long long)
491493
@ stdcall RegDeleteKeyExW(long wstr long long)
492494
@ stdcall RegDeleteKeyW(long wstr)
495+
@ stdcall -version=0x600+ RegDeleteTreeA(long str)
496+
@ stdcall -version=0x600+ RegDeleteTreeW(long wstr)
493497
@ stdcall RegDeleteValueA(long str)
494498
@ stdcall RegDeleteValueW(long wstr)
495499
@ stdcall RegDisablePredefinedCache()
@@ -533,6 +537,8 @@
533537
@ stdcall RegSaveKeyExW(long str ptr long)
534538
@ stdcall RegSaveKeyW(long ptr ptr)
535539
@ stdcall RegSetKeySecurity(long long ptr)
540+
@ stdcall -version=0x600+ RegSetKeyValueA(long str str long ptr long)
541+
@ stdcall -version=0x600+ RegSetKeyValueW(long wstr wstr long ptr long)
536542
@ stdcall RegSetValueA(long str long ptr long)
537543
@ stdcall RegSetValueExA(long str long long ptr long)
538544
@ stdcall RegSetValueExW(long wstr long long ptr long)

0 commit comments

Comments
 (0)