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
1ff40d15
Commit
1ff40d15
authored
Jun 29, 2007
by
James Hawkins
Committed by
Alexandre Julliard
Jul 02, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Add tests for MsiSourceListGetInfo.
parent
6cc2f0f4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.in
dlls/msi/tests/Makefile.in
+1
-0
msi.c
dlls/msi/tests/msi.c
+1
-1
source.c
dlls/msi/tests/source.c
+0
-0
winerror.h
include/winerror.h
+1
-0
No files found.
dlls/msi/tests/Makefile.in
View file @
1ff40d15
...
...
@@ -14,6 +14,7 @@ CTESTS = \
msi.c
\
package.c
\
record.c
\
source.c
\
suminfo.c
@MAKE_TEST_RULES@
...
...
dlls/msi/tests/msi.c
View file @
1ff40d15
...
...
@@ -262,7 +262,7 @@ static void test_filehash(void)
}
/* copied from dlls/msi/registry.c */
BOOL
squash_guid
(
LPCWSTR
in
,
LPWSTR
out
)
static
BOOL
squash_guid
(
LPCWSTR
in
,
LPWSTR
out
)
{
DWORD
i
,
n
=
1
;
GUID
guid
;
...
...
dlls/msi/tests/source.c
0 → 100644
View file @
1ff40d15
This diff is collapsed.
Click to expand it.
include/winerror.h
View file @
1ff40d15
...
...
@@ -707,6 +707,7 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned long x)
#define ERROR_INVALID_COMMAND_LINE 1639
#define ERROR_INSTALL_REMOTE_DISALLOWED 1640
#define ERROR_SUCCESS_REBOOT_INITIATED 1641
#define ERROR_UNKNOWN_PATCH 1647
#define RPC_S_INVALID_STRING_BINDING 1700
#define RPC_S_WRONG_KIND_OF_BINDING 1701
#define RPC_S_INVALID_BINDING 1702
...
...
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