[SERVICES]

* Remove one time inclusions from the main header and put them back where they belong.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61614
This commit is contained in:
Amine Khaldi
2014-01-13 13:10:28 +00:00
parent 849d08480d
commit 8f8d12f21e
7 changed files with 15 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@
#include "services.h"
#include <winuser.h>
#define NDEBUG
#include <debug.h>
+3
View File
@@ -11,6 +11,9 @@
#include "services.h"
#include <ndk/iofuncs.h>
#include <ndk/setypes.h>
#define NDEBUG
#include <debug.h>
-1
View File
@@ -14,7 +14,6 @@
#define NDEBUG
#include <debug.h>
/* GLOBALS *******************************************************************/
LIST_ENTRY GroupListHead;
+2 -1
View File
@@ -10,10 +10,11 @@
#include "services.h"
#include <time.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS *******************************************************************/
/* The unique user service start lock of the SCM */
+2
View File
@@ -12,6 +12,8 @@
#include "services.h"
#include <winnls.h>
#define NDEBUG
#include <debug.h>
+2
View File
@@ -12,6 +12,8 @@
#include "services.h"
#include <wincon.h>
#define NDEBUG
#include <debug.h>
+4 -3
View File
@@ -3,18 +3,19 @@
*/
#include <stdio.h>
#include <time.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winsvc.h>
#include <winreg.h>
#include <netevent.h>
#define NTOS_MODE_USER
#include <ndk/iofuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/setypes.h>
#include <services/services.h>
#include <svcctl_s.h>