From b3ffef4ca9de2b3f4b2e8a27628b259ad7954296 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 18 Feb 2011 10:43:59 +0000 Subject: [PATCH] [CMAKE] - Fix LINK (msvc) warnings. svn path=/branches/cmake-bringup/; revision=50788 --- dll/win32/userenv/userenv.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)