wine/dlls/advapi32
Francois Gouget 96da5a8a35 advapi32/tests: Fix a service stop race condition.
If some Windows services stop while testing EnumServicesStatusW()'s
resume handle support, one possibility is that the still running
services all fit in the specified buffer, invalidating the test so
there is a retry in place.
But in some cases the second call just returns fewer tests than
expected. So retry in that case too.

Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53460
2023-11-21 22:46:57 +01:00
..
tests advapi32/tests: Fix a service stop race condition. 2023-11-21 22:46:57 +01:00
advapi.c advapi32: Use CRT allocation functions. 2023-08-17 10:29:30 +02:00
advapi32.spec advapi32: Add stub for PerfQueryCounterData(). 2022-09-13 12:54:54 +02:00
advapi32_misc.h advapi32: Use CRT allocation functions. 2023-08-17 10:29:30 +02:00
cred.c advapi32: Use CRT allocation functions. 2023-08-17 10:29:30 +02:00
crypt.c advapi32: Bump random buffer size. 2023-01-25 18:31:03 +01:00
crypt.h advapi32: Remove DECLSPEC_HIDDEN usage. 2023-07-07 12:20:53 +02:00
crypt_arc4.c
crypt_des.c
crypt_lmhash.c
eventlog.c include: Use proper dllimports for eventlog functions. 2023-11-06 12:01:22 +01:00
lsa.c advapi32: Use CRT allocation functions. 2023-08-17 10:29:30 +02:00
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
registry.c advapi32: Implement RegRenameKey(). 2022-06-28 15:54:15 +02:00
security.c advapi32: Implement GetSecurityInfo(SE_WINDOW_OBJECT). 2023-10-16 18:53:48 +02:00
service.c advapi32: Use CRT allocation functions. 2023-08-17 10:29:30 +02:00
version.rc advapi32: Update version resource. 2021-04-05 15:07:01 +02:00
wmi.c advapi32: Enable compilation with long types. 2022-02-08 10:45:56 +01:00