Commit ad2ec017 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Add more tests for MsiFormatRecord.

parent 2e1cf4d9
...@@ -308,7 +308,7 @@ static UINT set_summary_info(MSIHANDLE hdb) ...@@ -308,7 +308,7 @@ static UINT set_summary_info(MSIHANDLE hdb)
} }
MSIHANDLE create_package_db(void) static MSIHANDLE create_package_db(void)
{ {
MSIHANDLE hdb = 0; MSIHANDLE hdb = 0;
UINT res; UINT res;
...@@ -337,7 +337,7 @@ MSIHANDLE create_package_db(void) ...@@ -337,7 +337,7 @@ MSIHANDLE create_package_db(void)
return hdb; return hdb;
} }
MSIHANDLE package_from_db(MSIHANDLE hdb) static MSIHANDLE package_from_db(MSIHANDLE hdb)
{ {
UINT res; UINT res;
CHAR szPackage[10]; CHAR szPackage[10];
......
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