aboutsummaryrefslogtreecommitdiff
path: root/src/engine/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/core.h')
-rw-r--r--src/engine/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/core.h b/src/engine/core.h
index 47cfd559..f23738c3 100644
--- a/src/engine/core.h
+++ b/src/engine/core.h
@@ -204,7 +204,7 @@ HRESULT CoreAppendFileHandleSelfToCommandLine(
204 __deref_inout_z LPWSTR* psczCommandLine, 204 __deref_inout_z LPWSTR* psczCommandLine,
205 __deref_inout_z_opt LPWSTR* psczObfuscatedCommandLine 205 __deref_inout_z_opt LPWSTR* psczObfuscatedCommandLine
206 ); 206 );
207HRESULT CoreCleanup( 207void CoreCleanup(
208 __in BURN_ENGINE_STATE* pEngineState 208 __in BURN_ENGINE_STATE* pEngineState
209 ); 209 );
210 210