mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[CMAKE]
- Fix LINK (msvc) warnings. svn path=/branches/cmake-bringup/; revision=50788
This commit is contained in:
parent
2788bb0fbe
commit
b3ffef4ca9
1 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
||||||
133 stdcall DeleteProfileA(str str str)
|
133 stdcall DeleteProfileA(str str str)
|
||||||
134 stdcall DeleteProfileW(wstr wstr wstr)
|
134 stdcall DeleteProfileW(wstr wstr wstr)
|
||||||
176 stdcall DestroyEnvironmentBlock(ptr)
|
176 stdcall DestroyEnvironmentBlock(ptr)
|
||||||
177 stub DllCanUnloadNow #stdcall DllCanUnloadNow()
|
@ stub -private DllCanUnloadNow #stdcall DllCanUnloadNow()
|
||||||
178 stub DllGetClassObject #stdcall DllGetClassObject(ptr ptr ptr)
|
@ stub -private DllGetClassObject #stdcall DllGetClassObject(ptr ptr ptr)
|
||||||
179 stub DllInstall #stdcall DllInstall(long wstr)
|
@ stub -private DllInstall #stdcall DllInstall(long wstr)
|
||||||
180 stub DllRegisterServer #stdcall DllRegisterServer()
|
@ stub -private DllRegisterServer #stdcall DllRegisterServer()
|
||||||
181 stub DllUnregisterServer #stdcall DllUnregisterServer()
|
@ stub -private DllUnregisterServer #stdcall DllUnregisterServer()
|
||||||
182 stdcall EnterCriticalPolicySection(long)
|
182 stdcall EnterCriticalPolicySection(long)
|
||||||
183 stdcall ExpandEnvironmentStringsForUserA(ptr str str long)
|
183 stdcall ExpandEnvironmentStringsForUserA(ptr str str long)
|
||||||
184 stdcall ExpandEnvironmentStringsForUserW(ptr wstr wstr long)
|
184 stdcall ExpandEnvironmentStringsForUserW(ptr wstr wstr long)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue