Module: wine Branch: master Commit: 4385a3c29e169827239a05318dfda546a46e340c URL: https://gitlab.winehq.org/wine/wine/-/commit/4385a3c29e169827239a05318dfda54...
Author: Francois Gouget fgouget@codeweavers.com Date: Sat Mar 25 18:51:06 2023 +0100
schedsvc/tests: Document SchRpcGetTaskInfo() calls that crash on Windows.
Not just Windows 7 but all versions up to Windows 11.
---
dlls/schedsvc/tests/rpcapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/schedsvc/tests/rpcapi.c b/dlls/schedsvc/tests/rpcapi.c index 0142b1af88a..b8742c1fd58 100644 --- a/dlls/schedsvc/tests/rpcapi.c +++ b/dlls/schedsvc/tests/rpcapi.c @@ -471,7 +471,7 @@ START_TEST(rpcapi) MIDL_user_free(names[0]); MIDL_user_free(names);
- if (0) /* crashes under win7 */ + if (0) /* each of these crashes on Windows 7 to 11 */ { hr = SchRpcGetTaskInfo(NULL, 0, NULL, NULL); hr = SchRpcGetTaskInfo(L"Task1", 0, NULL, NULL);