mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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 Function;
|
||||
} SERVICE_TABLE;
|
||||
} SERVICE_TABLE, *PSERVICE_TABLE;
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
/* GLOBALS ******************************************************************/
|
||||
|
||||
#include <ntdll/service.h>
|
||||
#include <internal/service.h>
|
||||
#include <ntdll/napi.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
|
Loading…
Reference in a new issue