summaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r--src/burn/engine/elevation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h
index 0d15b470..810287a3 100644
--- a/src/burn/engine/elevation.h
+++ b/src/burn/engine/elevation.h
@@ -10,6 +10,7 @@ extern "C" {
10// Parent (per-user process) side functions. 10// Parent (per-user process) side functions.
11HRESULT ElevationElevate( 11HRESULT ElevationElevate(
12 __in BURN_ENGINE_STATE* pEngineState, 12 __in BURN_ENGINE_STATE* pEngineState,
13 __in WM_BURN reason,
13 __in_opt HWND hwndParent 14 __in_opt HWND hwndParent
14 ); 15 );
15HRESULT ElevationApplyInitialize( 16HRESULT ElevationApplyInitialize(