diff options
Diffstat (limited to 'src/engine/elevation.cpp')
-rw-r--r-- | src/engine/elevation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/elevation.cpp b/src/engine/elevation.cpp index 94418dc3..fc53b1f8 100644 --- a/src/engine/elevation.cpp +++ b/src/engine/elevation.cpp | |||
@@ -107,7 +107,7 @@ static HRESULT ProcessApplyInitializeMessages( | |||
107 | ); | 107 | ); |
108 | static HRESULT ProcessGenericExecuteMessages( | 108 | static HRESULT ProcessGenericExecuteMessages( |
109 | __in BURN_PIPE_MESSAGE* pMsg, | 109 | __in BURN_PIPE_MESSAGE* pMsg, |
110 | __in_opt LPVOID pvContext, | 110 | __in LPVOID pvContext, |
111 | __out DWORD* pdwResult | 111 | __out DWORD* pdwResult |
112 | ); | 112 | ); |
113 | static HRESULT ProcessMsiPackageMessages( | 113 | static HRESULT ProcessMsiPackageMessages( |
@@ -1425,7 +1425,7 @@ LExit: | |||
1425 | 1425 | ||
1426 | static HRESULT ProcessGenericExecuteMessages( | 1426 | static HRESULT ProcessGenericExecuteMessages( |
1427 | __in BURN_PIPE_MESSAGE* pMsg, | 1427 | __in BURN_PIPE_MESSAGE* pMsg, |
1428 | __in_opt LPVOID pvContext, | 1428 | __in LPVOID pvContext, |
1429 | __out DWORD* pdwResult | 1429 | __out DWORD* pdwResult |
1430 | ) | 1430 | ) |
1431 | { | 1431 | { |