Skip to content

Commit

Permalink
Sync with OS (#457)
Browse files Browse the repository at this point in the history
* Sync with c027f28954dcfc8ce4b9040d57b94680cfe72971

* Sync with OS commit 39bc95ee863de17875c268e451901be343c05894

* Fix break
  • Loading branch information
dunhor committed Aug 2, 2024
1 parent 05ceff9 commit f0c6a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wil/result.h
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ namespace details_abi
private:
struct Node
{
DWORD threadId = MAXDWORD;
DWORD threadId = 0xffffffff; // MAXDWORD
Node* pNext = nullptr;
T value{};
};
Expand Down

0 comments on commit f0c6a81

Please sign in to comment.