diff options
Diffstat (limited to 'src/engine/registration.h')
-rw-r--r-- | src/engine/registration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/registration.h b/src/engine/registration.h index c830a06d..fa7be368 100644 --- a/src/engine/registration.h +++ b/src/engine/registration.h | |||
@@ -59,7 +59,7 @@ typedef struct _BURN_RELATED_BUNDLE | |||
59 | { | 59 | { |
60 | BOOTSTRAPPER_RELATION_TYPE relationType; | 60 | BOOTSTRAPPER_RELATION_TYPE relationType; |
61 | 61 | ||
62 | DWORD64 qwVersion; | 62 | VERUTIL_VERSION* pVersion; |
63 | LPWSTR sczTag; | 63 | LPWSTR sczTag; |
64 | 64 | ||
65 | BURN_PACKAGE package; | 65 | BURN_PACKAGE package; |
@@ -105,7 +105,7 @@ typedef struct _BURN_REGISTRATION | |||
105 | LPWSTR *rgsczPatchCodes; | 105 | LPWSTR *rgsczPatchCodes; |
106 | DWORD cPatchCodes; | 106 | DWORD cPatchCodes; |
107 | 107 | ||
108 | DWORD64 qwVersion; | 108 | VERUTIL_VERSION* pVersion; |
109 | LPWSTR sczActiveParent; | 109 | LPWSTR sczActiveParent; |
110 | LPWSTR sczProviderKey; | 110 | LPWSTR sczProviderKey; |
111 | LPWSTR sczExecutableName; | 111 | LPWSTR sczExecutableName; |