Author: spetreolle Date: Sat Feb 4 21:42:22 2012 New Revision: 55419
URL: http://svn.reactos.org/svn/reactos?rev=55419&view=rev Log: [ADVAPI32] Don't export Vista+, unused and unimplemented APIs. Some apps / tests detect their presence and try to use them.
Modified: trunk/reactos/dll/win32/advapi32/advapi32.spec
Modified: trunk/reactos/dll/win32/advapi32/advapi32.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/advapi32/advapi32... ============================================================================== --- trunk/reactos/dll/win32/advapi32/advapi32.spec [iso-8859-1] (original) +++ trunk/reactos/dll/win32/advapi32/advapi32.spec [iso-8859-1] Sat Feb 4 21:42:22 2012 @@ -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)