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
26c16313
Commit
26c16313
authored
Apr 30, 2007
by
Misha Koshelev
Committed by
Alexandre Julliard
May 01, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Add base class for OLE automation objects.
parent
d1c45886
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
.gitignore
.gitignore
+2
-0
Makefile.in
dlls/msi/Makefile.in
+3
-0
automation.c
dlls/msi/automation.c
+0
-0
No files found.
.gitignore
View file @
26c16313
...
...
@@ -335,7 +335,9 @@ dlls/msi/instadvert.bmp
dlls/msi/instlocal.bmp
dlls/msi/libmsi.def
dlls/msi/msi.res
dlls/msi/msiserver.h
dlls/msi/msiserver.tlb
dlls/msi/msiserver_i.c
dlls/msi/sql.tab.c
dlls/msi/sql.tab.h
dlls/msi/tests/*.ok
...
...
dlls/msi/Makefile.in
View file @
26c16313
...
...
@@ -12,6 +12,7 @@ C_SRCS = \
action.c
\
alter.c
\
appsearch.c
\
automation.c
\
classes.c
\
create.c
\
custom.c
\
...
...
@@ -48,6 +49,8 @@ C_SRCS = \
upgrade.c
\
where.c
IDL_H_SRCS
=
msiserver.idl
IDL_I_SRCS
=
msiserver.idl
IDL_TLB_SRCS
=
msiserver.idl
BISON_SRCS
=
\
...
...
dlls/msi/automation.c
0 → 100644
View file @
26c16313
This diff is collapsed.
Click to expand it.
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