[WINETEST/ADVAPI32]

- use a service name that exists on Reactos

svn path=/trunk/; revision=53502
This commit is contained in:
Jérôme Gardou 2011-08-30 20:41:27 +00:00
parent 5c318a1fa0
commit 597370501d

View file

@ -32,7 +32,8 @@
#include "wine/test.h"
static const CHAR spooler[] = "Spooler"; /* Should be available on all platforms */
//static const CHAR spooler[] = "Spooler"; /* Should be available on all platforms */
static const CHAR spooler[] = "Eventlog"; /* All platform except reactos :-/ */
static BOOL (WINAPI *pChangeServiceConfig2A)(SC_HANDLE,DWORD,LPVOID);
static BOOL (WINAPI *pEnumServicesStatusExA)(SC_HANDLE, SC_ENUM_TYPE, DWORD,