mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Moved service.h
svn path=/trunk/; revision=574
This commit is contained in:
parent
bd4786ea76
commit
858aaeac37
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@ typedef struct
|
||||||
{
|
{
|
||||||
ULONG ParametersSize;
|
ULONG ParametersSize;
|
||||||
ULONG Function;
|
ULONG Function;
|
||||||
} SERVICE_TABLE;
|
} SERVICE_TABLE, *PSERVICE_TABLE;
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
/* GLOBALS ******************************************************************/
|
/* GLOBALS ******************************************************************/
|
||||||
|
|
||||||
#include <ntdll/service.h>
|
#include <internal/service.h>
|
||||||
#include <ntdll/napi.h>
|
#include <ntdll/napi.h>
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue