* Addendum to r58214.

svn path=/trunk/; revision=58290
This commit is contained in:
Amine Khaldi 2013-02-05 17:54:22 +00:00
parent 5bb23410f9
commit c71475e3bb
131 changed files with 223 additions and 274 deletions

View file

@ -6,7 +6,8 @@
*/
#include <wine/test.h>
#include <windows.h>
#include <winreg.h>
#include <winsvc.h>
#include <strsafe.h>
static int MakeService(SC_HANDLE hScm, const wchar_t *serviceName, SC_HANDLE *hService, DWORD *tag)