mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ADVAPI32]
Don't export Vista+, unused and unimplemented APIs. Some apps / tests detect their presence and try to use them. svn path=/trunk/; revision=55419
This commit is contained in:
@@ -479,8 +479,8 @@
|
||||
@ stdcall RegCreateKeyExW(long wstr long ptr long long ptr ptr ptr)
|
||||
@ stdcall RegCreateKeyW(long wstr ptr)
|
||||
@ stdcall RegDeleteKeyA(long str)
|
||||
@ stdcall RegDeleteKeyExA(long str long long)
|
||||
@ stdcall RegDeleteKeyExW(long wstr long long)
|
||||
;@ stdcall RegDeleteKeyExA(long str long long)
|
||||
;@ stdcall RegDeleteKeyExW(long wstr long long)
|
||||
@ stdcall RegDeleteKeyW(long wstr)
|
||||
@ stdcall RegDeleteKeyValueA(ptr str str)
|
||||
@ stdcall RegDeleteKeyValueW(ptr wstr wstr)
|
||||
|
||||
Reference in New Issue
Block a user