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
53c0a31b
Commit
53c0a31b
authored
Nov 04, 2023
by
Fabian Maurer
Committed by
Alexandre Julliard
Dec 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coml2: Add dll and move code from ole32/memlockbytes.c.
parent
69d81540
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
2 deletions
+44
-2
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/coml2/Makefile.in
+7
-0
coml2.spec
dlls/coml2/coml2.spec
+33
-0
memlockbytes.c
dlls/coml2/memlockbytes.c
+0
-0
Makefile.in
dlls/ole32/Makefile.in
+1
-2
No files found.
configure
View file @
53c0a31b
...
...
@@ -1016,6 +1016,7 @@ enable_combase
enable_comcat
enable_comctl32
enable_comdlg32
enable_coml2
enable_compstui
enable_comsvcs
enable_concrt140
...
...
@@ -21509,6 +21510,7 @@ wine_fn_config_makefile dlls/comctl32 enable_comctl32
wine_fn_config_makefile dlls/comctl32/tests enable_tests
wine_fn_config_makefile dlls/comdlg32 enable_comdlg32
wine_fn_config_makefile dlls/comdlg32/tests enable_tests
wine_fn_config_makefile dlls/coml2 enable_coml2
wine_fn_config_makefile dlls/comm.drv16 enable_win16
wine_fn_config_makefile dlls/commdlg.dll16 enable_win16
wine_fn_config_makefile dlls/compobj.dll16 enable_win16
...
...
configure.ac
View file @
53c0a31b
...
...
@@ -2433,6 +2433,7 @@ WINE_CONFIG_MAKEFILE(dlls/comctl32)
WINE_CONFIG_MAKEFILE(dlls/comctl32/tests)
WINE_CONFIG_MAKEFILE(dlls/comdlg32)
WINE_CONFIG_MAKEFILE(dlls/comdlg32/tests)
WINE_CONFIG_MAKEFILE(dlls/coml2)
WINE_CONFIG_MAKEFILE(dlls/comm.drv16,enable_win16)
WINE_CONFIG_MAKEFILE(dlls/commdlg.dll16,enable_win16)
WINE_CONFIG_MAKEFILE(dlls/compobj.dll16,enable_win16)
...
...
dlls/coml2/Makefile.in
0 → 100644
View file @
53c0a31b
EXTRADEFS
=
-DWINOLE32API
=
MODULE
=
coml2.dll
IMPORTLIB
=
coml2
IMPORTS
=
uuid
SOURCES
=
\
memlockbytes.c
dlls/coml2/coml2.spec
0 → 100644
View file @
53c0a31b
1 stub @
2 stub @
3 stub @
4 stub @
5 stub @
6 stub @
7 stub @
8 stub @
11 stub @
12 stub @
@ stub Coml2DllGetClassObject
@ stdcall CreateILockBytesOnHGlobal(ptr long ptr)
@ stub DllGetClassObject
@ stub FmtIdToPropStgName
@ stub GetConvertStg
@ stdcall GetHGlobalFromILockBytes(ptr ptr)
@ stub PropStgNameToFmtId
@ stub ReadClassStg
@ stub ReadClassStm
@ stub StgCreateDocfile
@ stub StgCreateDocfileOnILockBytes
@ stub StgCreatePropSetStg
@ stub StgCreatePropStg
@ stub StgCreateStorageEx
@ stub StgIsStorageFile
@ stub StgIsStorageILockBytes
@ stub StgOpenPropStg
@ stub StgOpenStorage
@ stub StgOpenStorageEx
@ stub StgOpenStorageOnILockBytes
@ stub StgSetTimes
@ stub WriteClassStg
@ stub WriteClassStm
dlls/
ole3
2/memlockbytes.c
→
dlls/
coml
2/memlockbytes.c
View file @
53c0a31b
File moved
dlls/ole32/Makefile.in
View file @
53c0a31b
EXTRADEFS
=
-D_OLE32_
MODULE
=
ole32.dll
IMPORTLIB
=
ole32
IMPORTS
=
uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase
IMPORTS
=
uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase
coml2
DELAYIMPORTS
=
oleaut32
SOURCES
=
\
...
...
@@ -26,7 +26,6 @@ SOURCES = \
irot.idl
\
itemmoniker.c
\
marshal.c
\
memlockbytes.c
\
moniker.c
\
nodrop.svg
\
ole2.c
\
...
...
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