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 ParametersSize;
ULONG Function; ULONG Function;
} SERVICE_TABLE; } SERVICE_TABLE, *PSERVICE_TABLE;

View file

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