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
4b9fd1d5
Commit
4b9fd1d5
authored
Aug 25, 2008
by
James Hawkins
Committed by
Alexandre Julliard
Aug 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Store the _Columns and _Tables tables in the database structure.
parent
3bec162d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
database.c
dlls/msi/database.c
+0
-1
msipriv.h
dlls/msi/msipriv.h
+0
-2
table.c
dlls/msi/table.c
+0
-0
No files found.
dlls/msi/database.c
View file @
4b9fd1d5
...
...
@@ -204,7 +204,6 @@ UINT MSI_OpenDatabaseW(LPCWSTR szDBPath, LPCWSTR szPersist, MSIDATABASE **pdb)
if
(
!
db
->
strings
)
goto
end
;
msi_table_set_strref
(
db
->
bytes_per_strref
);
ret
=
ERROR_SUCCESS
;
msiobj_addref
(
&
db
->
hdr
);
...
...
dlls/msi/msipriv.h
View file @
4b9fd1d5
...
...
@@ -656,8 +656,6 @@ extern HRESULT msi_init_string_table( IStorage *stg );
extern
string_table
*
msi_load_string_table
(
IStorage
*
stg
,
UINT
*
bytes_per_strref
);
extern
UINT
msi_save_string_table
(
const
string_table
*
st
,
IStorage
*
storage
);
extern
void
msi_table_set_strref
(
UINT
bytes_per_strref
);
extern
BOOL
TABLE_Exists
(
MSIDATABASE
*
db
,
LPCWSTR
name
);
extern
MSICONDITION
MSI_DatabaseIsTablePersistent
(
MSIDATABASE
*
db
,
LPCWSTR
table
);
...
...
dlls/msi/table.c
View file @
4b9fd1d5
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