diff options
Diffstat (limited to 'src/api/burn/bextutil/bextutil.cpp')
| -rw-r--r-- | src/api/burn/bextutil/bextutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/burn/bextutil/bextutil.cpp b/src/api/burn/bextutil/bextutil.cpp index 6f960ef5..fb1b03c8 100644 --- a/src/api/burn/bextutil/bextutil.cpp +++ b/src/api/burn/bextutil/bextutil.cpp | |||
| @@ -87,7 +87,7 @@ DAPI_(HRESULT) BextGetBootstrapperExtensionDataNode( | |||
| 87 | hr = XmlGetAttributeEx(pixnNode, L"Id", &sczId); | 87 | hr = XmlGetAttributeEx(pixnNode, L"Id", &sczId); |
| 88 | ExitOnRequiredXmlQueryFailure(hr, "Failed to get @Id."); | 88 | ExitOnRequiredXmlQueryFailure(hr, "Failed to get @Id."); |
| 89 | 89 | ||
| 90 | if (CSTR_EQUAL == ::CompareStringW(LOCALE_INVARIANT, 0, sczId, -1, wzExtensionId, -1)) | 90 | if (CSTR_EQUAL == ::CompareStringOrdinal(sczId, -1, wzExtensionId, -1, FALSE)) |
| 91 | { | 91 | { |
| 92 | *ppixnBootstrapperExtension = pixnNode; | 92 | *ppixnBootstrapperExtension = pixnNode; |
| 93 | pixnNode = NULL; | 93 | pixnNode = NULL; |
