mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
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:
parent
4e74b68be8
commit
2372be838c
3 changed files with 2 additions and 16 deletions
|
@ -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:
|
|
@ -1 +1 @@
|
|||
2 stdcall DllGetVersion (ptr) RICHED32_DllGetVersion
|
||||
2 stdcall -private DllGetVersion (ptr)
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue