diff --git a/dll/win32/userenv/userenv.spec b/dll/win32/userenv/userenv.spec index 4bff93ee9cb..6a1242c5c10 100644 --- a/dll/win32/userenv/userenv.spec +++ b/dll/win32/userenv/userenv.spec @@ -2,11 +2,11 @@ 133 stdcall DeleteProfileA(str str str) 134 stdcall DeleteProfileW(wstr wstr wstr) 176 stdcall DestroyEnvironmentBlock(ptr) -177 stub DllCanUnloadNow #stdcall DllCanUnloadNow() -178 stub DllGetClassObject #stdcall DllGetClassObject(ptr ptr ptr) -179 stub DllInstall #stdcall DllInstall(long wstr) -180 stub DllRegisterServer #stdcall DllRegisterServer() -181 stub DllUnregisterServer #stdcall DllUnregisterServer() +@ stub -private DllCanUnloadNow #stdcall DllCanUnloadNow() +@ stub -private DllGetClassObject #stdcall DllGetClassObject(ptr ptr ptr) +@ stub -private DllInstall #stdcall DllInstall(long wstr) +@ stub -private DllRegisterServer #stdcall DllRegisterServer() +@ stub -private DllUnregisterServer #stdcall DllUnregisterServer() 182 stdcall EnterCriticalPolicySection(long) 183 stdcall ExpandEnvironmentStringsForUserA(ptr str str long) 184 stdcall ExpandEnvironmentStringsForUserW(ptr wstr wstr long)