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
f47c0b2e
Commit
f47c0b2e
authored
Apr 26, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Apr 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare MsiExportDatabase* in the spec file, and fix a typo.
parent
0b3c79f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
database.c
dlls/msi/database.c
+1
-1
msi.spec
dlls/msi/msi.spec
+2
-2
No files found.
dlls/msi/database.c
View file @
f47c0b2e
...
...
@@ -334,7 +334,7 @@ UINT WINAPI MsiDatabaseExportA( MSIHANDLE handle, LPCSTR szTable,
goto
end
;
}
r
=
MsiDatabase
ImportW
(
hand
le
,
path
,
file
);
r
=
MsiDatabase
ExportW
(
handle
,
tab
le
,
path
,
file
);
end:
HeapFree
(
GetProcessHeap
(),
0
,
table
);
...
...
dlls/msi/msi.spec
View file @
f47c0b2e
...
...
@@ -18,8 +18,8 @@
18 stdcall MsiDatabaseApplyTransformA(long str long)
19 stdcall MsiDatabaseApplyTransformW(long wstr long)
20 stdcall MsiDatabaseCommit(long)
21 st
ub MsiDatabaseExportA
22 st
ub MsiDatabaseExportW
21 st
dcall MsiDatabaseExportA(long str str str)
22 st
dcall MsiDatabaseExportW(long wstr wstr wstr)
23 stdcall MsiDatabaseGenerateTransformA(long long str long long)
24 stdcall MsiDatabaseGenerateTransformW(long long wstr long long)
25 stdcall MsiDatabaseGetPrimaryKeysA(long str ptr)
...
...
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