Sync to Wine-20050830:

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
This commit is contained in:
Gé van Geldorp 2005-09-05 22:09:45 +00:00
parent 4e74b68be8
commit 2372be838c
3 changed files with 2 additions and 16 deletions

View file

@ -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:

View file

@ -1 +1 @@
2 stdcall DllGetVersion (ptr) RICHED32_DllGetVersion
2 stdcall -private DllGetVersion (ptr)

View file

@ -90,7 +90,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
*
* Retrieves version information
*/
HRESULT WINAPI RICHED32_DllGetVersion (DLLVERSIONINFO *pdvi)
HRESULT WINAPI DllGetVersion (DLLVERSIONINFO *pdvi)
{
TRACE("\n");