Commit 1ff40d15 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Add tests for MsiSourceListGetInfo.

parent 6cc2f0f4
...@@ -14,6 +14,7 @@ CTESTS = \ ...@@ -14,6 +14,7 @@ CTESTS = \
msi.c \ msi.c \
package.c \ package.c \
record.c \ record.c \
source.c \
suminfo.c suminfo.c
@MAKE_TEST_RULES@ @MAKE_TEST_RULES@
......
...@@ -262,7 +262,7 @@ static void test_filehash(void) ...@@ -262,7 +262,7 @@ static void test_filehash(void)
} }
/* copied from dlls/msi/registry.c */ /* 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; DWORD i,n=1;
GUID guid; GUID guid;
......
...@@ -707,6 +707,7 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned long x) ...@@ -707,6 +707,7 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned long x)
#define ERROR_INVALID_COMMAND_LINE 1639 #define ERROR_INVALID_COMMAND_LINE 1639
#define ERROR_INSTALL_REMOTE_DISALLOWED 1640 #define ERROR_INSTALL_REMOTE_DISALLOWED 1640
#define ERROR_SUCCESS_REBOOT_INITIATED 1641 #define ERROR_SUCCESS_REBOOT_INITIATED 1641
#define ERROR_UNKNOWN_PATCH 1647
#define RPC_S_INVALID_STRING_BINDING 1700 #define RPC_S_INVALID_STRING_BINDING 1700
#define RPC_S_WRONG_KIND_OF_BINDING 1701 #define RPC_S_WRONG_KIND_OF_BINDING 1701
#define RPC_S_INVALID_BINDING 1702 #define RPC_S_INVALID_BINDING 1702
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment