Moved service.h

svn path=/trunk/; revision=574
This commit is contained in:
Rex Jolliff 1999-06-30 22:28:34 +00:00
parent bd4786ea76
commit 858aaeac37
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@ typedef struct
{
ULONG ParametersSize;
ULONG Function;
} SERVICE_TABLE;
} SERVICE_TABLE, *PSERVICE_TABLE;

View file

@ -13,7 +13,7 @@
/* GLOBALS ******************************************************************/
#include <ntdll/service.h>
#include <internal/service.h>
#include <ntdll/napi.h>
/* FUNCTIONS *****************************************************************/