0 | @@ -0,0 +1,31 @@
1 | +--- old/libs/thread/src/win32/thread.cpp
2 | ++++ new/libs/thread/src/win32/thread.cpp
3 | +@@ -645,7 +645,7 @@
4 | + } Detailed;
5 | + } Reason;
6 | + } REASON_CONTEXT, *PREASON_CONTEXT;
7 | +- static REASON_CONTEXT default_reason_context={0/*POWER_REQUEST_CONTEXT_VERSION*/, 0x00000001/*POWER_REQUEST_CONTEXT_SIMPLE_STRING*/, (LPWSTR)L"generic"};
8 | ++ //static REASON_CONTEXT default_reason_context={0/*POWER_REQUEST_CONTEXT_VERSION*/, 0x00000001/*POWER_REQUEST_CONTEXT_SIMPLE_STRING*/, (LPWSTR)L"generic"};
Is it intentional that a line is just commented out, rather than replaced (as is the case with the 2 other hunks)?
No, I'm wrong.
Also this has been tested by people on windows now, so I'd prefer to keep it like this.