reactos/dll/win32/advapi32/service
Hervé Poussineau 10ecbaddd0 [ADVAPI32] Send correct type to ElfrChangeNotify()
This fixes the following compiler error:
../dll/win32/advapi32/service/eventlog.c:658:59: error: passing argument 3 of 'ElfrChangeNotify' makes integer from pointer without a cast [-Werror=int-conversion]
dll/win32/advapi32/eventlogrpc_c.h:391:20: note: expected 'ULONG {aka long unsigned int}' but argument is of type 'HANDLE {aka void *}'
2019-04-07 18:32:29 +02:00
..
eventlog.c [ADVAPI32] Send correct type to ElfrChangeNotify() 2019-04-07 18:32:29 +02:00
rpc.c
scm.c [ADVAPI32] Implement I_ScQueryServiceTagInfo 2018-12-30 14:27:03 +01:00
sctrl.c [REACTOS] Fix 64 bit issues 2019-03-04 21:58:42 +01:00
winreg.c