Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
aad36bcd
Commit
aad36bcd
authored
Sep 11, 2001
by
Hidenori Takeshima
Committed by
Alexandre Julliard
Sep 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Synchronize access to the s_COMLockCount, firstRegisteredClass,
openDllList in compobj.
parent
a2ae9829
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
compobj.c
dlls/ole32/compobj.c
+0
-0
ole32_main.c
dlls/ole32/ole32_main.c
+2
-0
ole32_main.h
dlls/ole32/ole32_main.h
+3
-0
No files found.
dlls/ole32/compobj.c
View file @
aad36bcd
This diff is collapsed.
Click to expand it.
dlls/ole32/ole32_main.c
View file @
aad36bcd
...
...
@@ -22,9 +22,11 @@ BOOL WINAPI OLE32_DllEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImp
switch
(
fdwReason
)
{
case
DLL_PROCESS_ATTACH
:
OLE32_hInstance
=
hinstDLL
;
COMPOBJ_InitProcess
();
break
;
case
DLL_PROCESS_DETACH
:
COMPOBJ_UninitProcess
();
OLE32_hInstance
=
0
;
break
;
}
...
...
dlls/ole32/ole32_main.h
View file @
aad36bcd
...
...
@@ -5,4 +5,7 @@
extern
HINSTANCE
OLE32_hInstance
;
void
COMPOBJ_InitProcess
(
void
);
void
COMPOBJ_UninitProcess
(
void
);
#endif
/* __WINE_OLE32_MAIN_H */
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