Skip to content

Commit f0c6a81

Browse files
authored
Sync with OS (#457)
* Sync with c027f28954dcfc8ce4b9040d57b94680cfe72971 * Sync with OS commit 39bc95ee863de17875c268e451901be343c05894 * Fix break
1 parent 05ceff9 commit f0c6a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/wil/result.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ namespace details_abi
435435
private:
436436
struct Node
437437
{
438-
DWORD threadId = MAXDWORD;
438+
DWORD threadId = 0xffffffff; // MAXDWORD
439439
Node* pNext = nullptr;
440440
T value{};
441441
};

0 commit comments

Comments
 (0)