Alexandre Julliard <julliard@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.
svn path=/trunk/; revision=17682
+++ /dev/null
-TOPSRCDIR = @top_srcdir@\r
-TOPOBJDIR = ../..\r
-SRCDIR = @srcdir@\r
-VPATH = @srcdir@\r
-MODULE = riched32.dll\r
-IMPORTLIB = libriched32.$(IMPLIBEXT)\r
-IMPORTS = riched20 user32 kernel32\r
-\r
-C_SRCS = \\r
- richedit.c\r
-\r
-@MAKE_DLL_RULES@\r
-\r
-### Dependencies:\r
-2 stdcall DllGetVersion (ptr) RICHED32_DllGetVersion\r
+2 stdcall -private DllGetVersion (ptr)
*
* Retrieves version information
*/
-HRESULT WINAPI RICHED32_DllGetVersion (DLLVERSIONINFO *pdvi)
+HRESULT WINAPI DllGetVersion (DLLVERSIONINFO *pdvi)
{
TRACE("\n");