mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[WINETEST/ADVAPI32]
- use a service name that exists on Reactos svn path=/trunk/; revision=53502
This commit is contained in:
parent
5c318a1fa0
commit
597370501d
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue