Skip to content

Commit

Permalink
3.3.204
Browse files Browse the repository at this point in the history
  • Loading branch information
Bureau Audit committed Jun 4, 2024
1 parent 0123663 commit 4b8730b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#pragma comment(lib, "Version.lib")
#pragma comment(lib, "crypt32.lib")
#pragma comment(lib, "shlwapi.lib")
#pragma comment(lib, "bcrypt.lib") // Required by the Rust runtime

HANDLE g_hHeap = NULL;
HANDLE g_hStdOut;
Expand Down
Binary file modified ORADAD.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion XML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ pAddClassToRequest (
hr = pXmlSubNode->get_attributes(&pXmlNodeAttributeAttributes);
hr = pXmlNodeAttributeAttributes->getNamedItem((BSTR)L"name", &pXmlNodeAttributeName);
hr = pXmlNodeAttributeName->get_text(&szName);
szAttributes[i] = (LPWSTR)szName;
szAttributes[dwAttributesCount] = (LPWSTR)szName;
dwAttributesCount++;

_SafeCOMRelease(pXmlNodeAttributeName);
Expand Down

0 comments on commit 4b8730b

Please sign in to comment.