BUILD: Updated WIX to v3.7.917.0
This commit is contained in:
parent
92975d7272
commit
2d9c8fd86d
171 changed files with 2597 additions and 200 deletions
|
@ -76,9 +76,9 @@ void DAPI LogUninitialize(
|
|||
BOOL DAPI LogIsOpen();
|
||||
|
||||
HRESULT DAPI LogSetSpecialParams(
|
||||
__in_z LPCWSTR wzSpecialBeginLine,
|
||||
__in_z LPCWSTR wzSpecialAfterTimeStamp,
|
||||
__in_z LPCWSTR wzSpecialEndLine
|
||||
__in_z_opt LPCWSTR wzSpecialBeginLine,
|
||||
__in_z_opt LPCWSTR wzSpecialAfterTimeStamp,
|
||||
__in_z_opt LPCWSTR wzSpecialEndLine
|
||||
);
|
||||
|
||||
REPORT_LEVEL DAPI LogSetLevel(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue