Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c7673188
Commit
c7673188
authored
Jan 14, 2005
by
Robert Shearman
Committed by
Alexandre Julliard
Jan 14, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove MODULENAME prefix from
Dll{GetClassObject,RegisterServer,CanUnloadNow} functions.
parent
55ca7eaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
itss.c
dlls/itss/itss.c
+3
-3
itss.spec
dlls/itss/itss.spec
+3
-3
No files found.
dlls/itss/itss.c
View file @
c7673188
...
...
@@ -163,7 +163,7 @@ static IClassFactoryVtbl ITSSCF_Vtbl =
};
HRESULT
WINAPI
ITSS_
DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
iid
,
LPVOID
*
ppv
)
HRESULT
WINAPI
DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
iid
,
LPVOID
*
ppv
)
{
DWORD
i
;
IClassFactoryImpl
*
factory
;
...
...
@@ -407,13 +407,13 @@ static HRESULT ITSS_create(IUnknown *pUnkOuter, LPVOID *ppObj)
/*****************************************************************************/
HRESULT
WINAPI
ITSS_
DllRegisterServer
(
void
)
HRESULT
WINAPI
DllRegisterServer
(
void
)
{
FIXME
(
"
\n
"
);
return
S_OK
;
}
HRESULT
WINAPI
ITSS_
DllCanUnloadNow
(
void
)
HRESULT
WINAPI
DllCanUnloadNow
(
void
)
{
TRACE
(
"dll_count = %lu
\n
"
,
dll_count
);
return
dll_count
?
S_FALSE
:
S_OK
;
...
...
dlls/itss/itss.spec
View file @
c7673188
@ stdcall -private DllCanUnloadNow()
ITSS_DllCanUnloadNow
@ stdcall -private DllGetClassObject(ptr ptr ptr)
ITSS_DllGetClassObject
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stub DllInstall
@ stdcall -private DllRegisterServer()
ITSS_DllRegisterServer
@ stdcall -private DllRegisterServer()
@ stub DllUnregisterServer
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment