diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/wiutil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/wiutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h b/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h index 0ddcd893..71f40e8a 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/wiutil.h | |||
@@ -392,7 +392,8 @@ HRESULT DAPI WiuBeginTransaction( | |||
392 | HRESULT DAPI WiuEndTransaction( | 392 | HRESULT DAPI WiuEndTransaction( |
393 | __in DWORD dwTransactionState, | 393 | __in DWORD dwTransactionState, |
394 | __in DWORD dwLogMode, | 394 | __in DWORD dwLogMode, |
395 | __in_z LPCWSTR szLogPath | 395 | __in_z LPCWSTR szLogPath, |
396 | __out WIU_RESTART *pRestart | ||
396 | ); | 397 | ); |
397 | BOOL DAPI WiuIsMsiTransactionSupported( | 398 | BOOL DAPI WiuIsMsiTransactionSupported( |
398 | ); | 399 | ); |