Sync to Wine-20050830:
Alexandre Julliard <julliard(a)winehq.org>
- Don't prefix the functions DllInstall and DllGetVersion with the dll
name so that the compiler can check the prototypes.
- riched32 doesn't need an import library.
Deleted: trunk/reactos/lib/richedit/Makefile.in
Modified: trunk/reactos/lib/richedit/riched32.spec
Modified: trunk/reactos/lib/richedit/richedit.c
_____
Deleted: trunk/reactos/lib/richedit/Makefile.in
--- trunk/reactos/lib/richedit/Makefile.in 2005-09-05 22:07:52 UTC
(rev 17681)
+++ trunk/reactos/lib/richedit/Makefile.in 2005-09-05 22:09:45 UTC
(rev 17682)
@@ -1,14 +0,0 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../..
-SRCDIR = @srcdir@
-VPATH = @srcdir@
-MODULE = riched32.dll
-IMPORTLIB = libriched32.$(IMPLIBEXT)
-IMPORTS = riched20 user32 kernel32
-
-C_SRCS = \
- richedit.c
-
-@MAKE_DLL_RULES@
-
-### Dependencies:
_____
Modified: trunk/reactos/lib/richedit/riched32.spec
--- trunk/reactos/lib/richedit/riched32.spec 2005-09-05 22:07:52 UTC
(rev 17681)
+++ trunk/reactos/lib/richedit/riched32.spec 2005-09-05 22:09:45 UTC
(rev 17682)
@@ -1 +1 @@
-2 stdcall DllGetVersion (ptr) RICHED32_DllGetVersion
+2 stdcall -private DllGetVersion (ptr)
Property changes on: trunk/reactos/lib/richedit/riched32.spec
___________________________________________________________________
Name: svn:eol-style
+ native
_____
Modified: trunk/reactos/lib/richedit/richedit.c
--- trunk/reactos/lib/richedit/richedit.c 2005-09-05 22:07:52 UTC
(rev 17681)
+++ trunk/reactos/lib/richedit/richedit.c 2005-09-05 22:09:45 UTC
(rev 17682)
@@ -90,7 +90,7 @@
*
* Retrieves version information
*/
-HRESULT WINAPI RICHED32_DllGetVersion (DLLVERSIONINFO *pdvi)
+HRESULT WINAPI DllGetVersion (DLLVERSIONINFO *pdvi)
{
TRACE("\n");
Show replies by date