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_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
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
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
wmi.c