diff options
Diffstat (limited to 'src/burn/engine/approvedexe.h')
-rw-r--r-- | src/burn/engine/approvedexe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/burn/engine/approvedexe.h b/src/burn/engine/approvedexe.h index 7a68c174..0f441485 100644 --- a/src/burn/engine/approvedexe.h +++ b/src/burn/engine/approvedexe.h | |||
@@ -58,7 +58,9 @@ HRESULT ApprovedExesLaunch( | |||
58 | HRESULT ApprovedExesVerifySecureLocation( | 58 | HRESULT ApprovedExesVerifySecureLocation( |
59 | __in BURN_CACHE* pCache, | 59 | __in BURN_CACHE* pCache, |
60 | __in BURN_VARIABLES* pVariables, | 60 | __in BURN_VARIABLES* pVariables, |
61 | __in LPCWSTR wzExecutablePath | 61 | __in LPCWSTR wzExecutablePath, |
62 | __in int argc, | ||
63 | __in LPCWSTR* argv | ||
62 | ); | 64 | ); |
63 | 65 | ||
64 | 66 | ||