Author: akhaldi
Date: Fri Feb 18 10:51:01 2011
New Revision: 50790

URL: http://svn.reactos.org/svn/reactos?rev=50790&view=rev
Log:
[CMAKE]
- Fix LINK (msvc) warnings.

Modified:
    branches/cmake-bringup/dll/shellext/deskadp/deskadp.spec
    branches/cmake-bringup/dll/shellext/deskmon/deskmon.spec
    branches/cmake-bringup/dll/shellext/fontext/fontext.spec
    branches/cmake-bringup/dll/shellext/slayer/slayer.spec

Modified: branches/cmake-bringup/dll/shellext/deskadp/deskadp.spec
URL: 
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/deskadp/deskadp.spec?rev=50790&r1=50789&r2=50790&view=diff
==============================================================================
--- branches/cmake-bringup/dll/shellext/deskadp/deskadp.spec [iso-8859-1] 
(original)
+++ branches/cmake-bringup/dll/shellext/deskadp/deskadp.spec [iso-8859-1] Fri 
Feb 18 10:51:01 2011
@@ -1,4 +1,4 @@
 # deskadp.dll exports
 
- 1 stdcall DllCanUnloadNow()
- 2 stdcall DllGetClassObject(ptr ptr ptr)
+@ stdcall -private DllCanUnloadNow()
+@ stdcall -private DllGetClassObject(ptr ptr ptr)

Modified: branches/cmake-bringup/dll/shellext/deskmon/deskmon.spec
URL: 
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/deskmon/deskmon.spec?rev=50790&r1=50789&r2=50790&view=diff
==============================================================================
--- branches/cmake-bringup/dll/shellext/deskmon/deskmon.spec [iso-8859-1] 
(original)
+++ branches/cmake-bringup/dll/shellext/deskmon/deskmon.spec [iso-8859-1] Fri 
Feb 18 10:51:01 2011
@@ -1,4 +1,4 @@
 # deskmon.dll exports
 
- 1 stdcall DllCanUnloadNow()
- 2 stdcall DllGetClassObject(ptr ptr ptr)
+@ stdcall -private DllCanUnloadNow()
+@ stdcall -private DllGetClassObject(ptr ptr ptr)

Modified: branches/cmake-bringup/dll/shellext/fontext/fontext.spec
URL: 
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/fontext/fontext.spec?rev=50790&r1=50789&r2=50790&view=diff
==============================================================================
--- branches/cmake-bringup/dll/shellext/fontext/fontext.spec [iso-8859-1] 
(original)
+++ branches/cmake-bringup/dll/shellext/fontext/fontext.spec [iso-8859-1] Fri 
Feb 18 10:51:01 2011
@@ -1,4 +1,4 @@
-@ stdcall DllCanUnloadNow()
-@ stdcall DllGetClassObject(long long ptr)
-@ stdcall DllRegisterServer()
-@ stdcall DllUnregisterServer()
+@ stdcall -private DllCanUnloadNow()
+@ stdcall -private DllGetClassObject(long long ptr)
+@ stdcall -private DllRegisterServer()
+@ stdcall -private DllUnregisterServer()

Modified: branches/cmake-bringup/dll/shellext/slayer/slayer.spec
URL: 
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/shellext/slayer/slayer.spec?rev=50790&r1=50789&r2=50790&view=diff
==============================================================================
--- branches/cmake-bringup/dll/shellext/slayer/slayer.spec [iso-8859-1] 
(original)
+++ branches/cmake-bringup/dll/shellext/slayer/slayer.spec [iso-8859-1] Fri Feb 
18 10:51:01 2011
@@ -1,4 +1,4 @@
-@ stdcall DllCanUnloadNow()
-@ stdcall DllGetClassObject(long long ptr)
-@ stdcall DllRegisterServer()
-@ stdcall DllUnregisterServer()
+@ stdcall -private DllCanUnloadNow()
+@ stdcall -private DllGetClassObject(long long ptr)
+@ stdcall -private DllRegisterServer()
+@ stdcall -private DllUnregisterServer()


Reply via email to