aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/burnextension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/burnextension.h')
-rw-r--r--src/burn/engine/burnextension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/burnextension.h b/src/burn/engine/burnextension.h
index 3529ef38..d6926647 100644
--- a/src/burn/engine/burnextension.h
+++ b/src/burn/engine/burnextension.h
@@ -18,7 +18,7 @@ typedef struct _BURN_EXTENSION
18 BURN_PAYLOAD* pEntryPayload; 18 BURN_PAYLOAD* pEntryPayload;
19 19
20 HMODULE hBextModule; 20 HMODULE hBextModule;
21 PFN_BUNDLE_EXTENSION_PROC pfnBurnExtensionProc; 21 PFN_BOOTSTRAPPER_EXTENSION_PROC pfnBurnExtensionProc;
22 LPVOID pvBurnExtensionProcContext; 22 LPVOID pvBurnExtensionProcContext;
23} BURN_EXTENSION; 23} BURN_EXTENSION;
24 24