http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35c65cf
)
Fix the calling convention of DllCanUnloadNow.
author
Juan Lang
<juan_lang@yahoo.com>
Thu, 10 Mar 2005 17:25:02 +0000
(17:25 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 10 Mar 2005 17:25:02 +0000
(17:25 +0000)
dlls/ole32/compobj.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ole32/compobj.c
b/dlls/ole32/compobj.c
index f3c80e2f2160cb82d0dd39e60437fe9b2165182c..32b5308b8d12675cce5ccbbb6fe3eb34b80302ae 100644
(file)
--- a/
dlls/ole32/compobj.c
+++ b/
dlls/ole32/compobj.c
@@
-473,7
+473,7
@@
static void COMPOBJ_DLLList_Add(HANDLE hLibrary)
static void COMPOBJ_DllList_FreeUnused(int Timeout)
{
OpenDll *curr, *next, *prev = NULL;
- typedef HRESULT
(
*DllCanUnloadNowFunc)(void);
+ typedef HRESULT
(WINAPI
*DllCanUnloadNowFunc)(void);
DllCanUnloadNowFunc DllCanUnloadNow;
TRACE("\n");