diff options
Diffstat (limited to 'src/burn/engine/variable.h')
-rw-r--r-- | src/burn/engine/variable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/variable.h b/src/burn/engine/variable.h index 9ed86ca7..f8d3e1e2 100644 --- a/src/burn/engine/variable.h +++ b/src/burn/engine/variable.h | |||
@@ -13,6 +13,7 @@ const LPCWSTR VARIABLE_DATE = L"Date"; | |||
13 | const LPCWSTR VARIABLE_LOGONUSER = L"LogonUser"; | 13 | const LPCWSTR VARIABLE_LOGONUSER = L"LogonUser"; |
14 | const LPCWSTR VARIABLE_INSTALLERNAME = L"InstallerName"; | 14 | const LPCWSTR VARIABLE_INSTALLERNAME = L"InstallerName"; |
15 | const LPCWSTR VARIABLE_INSTALLERVERSION = L"InstallerVersion"; | 15 | const LPCWSTR VARIABLE_INSTALLERVERSION = L"InstallerVersion"; |
16 | const LPCWSTR VARIABLE_REBOOTPENDING = L"RebootPending"; | ||
16 | 17 | ||
17 | 18 | ||
18 | // typedefs | 19 | // typedefs |