mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WINETEST/ADVAPI32]
- use a service name that exists on Reactos svn path=/trunk/; revision=53502
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user