diff options
Diffstat (limited to '')
| -rw-r--r-- | src/burn/engine/relatedbundle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/burn/engine/relatedbundle.cpp b/src/burn/engine/relatedbundle.cpp index c9aa7170..d0b97af0 100644 --- a/src/burn/engine/relatedbundle.cpp +++ b/src/burn/engine/relatedbundle.cpp | |||
| @@ -22,7 +22,7 @@ static __callback int __cdecl CompareRelatedBundlesPlan( | |||
| 22 | ); | 22 | ); |
| 23 | static BUNDLE_QUERY_CALLBACK_RESULT CALLBACK QueryRelatedBundlesCallback( | 23 | static BUNDLE_QUERY_CALLBACK_RESULT CALLBACK QueryRelatedBundlesCallback( |
| 24 | __in const BUNDLE_QUERY_RELATED_BUNDLE_RESULT* pBundle, | 24 | __in const BUNDLE_QUERY_RELATED_BUNDLE_RESULT* pBundle, |
| 25 | __in_opt LPVOID pvContext | 25 | __in LPVOID pvContext |
| 26 | ); | 26 | ); |
| 27 | static HRESULT LoadIfRelatedBundle( | 27 | static HRESULT LoadIfRelatedBundle( |
| 28 | __in const BUNDLE_QUERY_RELATED_BUNDLE_RESULT* pBundle, | 28 | __in const BUNDLE_QUERY_RELATED_BUNDLE_RESULT* pBundle, |
| @@ -258,7 +258,7 @@ static __callback int __cdecl CompareRelatedBundlesPlan( | |||
| 258 | 258 | ||
| 259 | static BUNDLE_QUERY_CALLBACK_RESULT CALLBACK QueryRelatedBundlesCallback( | 259 | static BUNDLE_QUERY_CALLBACK_RESULT CALLBACK QueryRelatedBundlesCallback( |
| 260 | __in const BUNDLE_QUERY_RELATED_BUNDLE_RESULT* pBundle, | 260 | __in const BUNDLE_QUERY_RELATED_BUNDLE_RESULT* pBundle, |
| 261 | __in_opt LPVOID pvContext | 261 | __in LPVOID pvContext |
| 262 | ) | 262 | ) |
| 263 | { | 263 | { |
| 264 | HRESULT hr = S_OK; | 264 | HRESULT hr = S_OK; |
