Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / win32k / w32k.h
index 4c5f5cf..3c41bf0 100644 (file)
@@ -8,24 +8,25 @@
 
 /* INCLUDES ******************************************************************/
 
-/* We are Win32K */
-#define __WIN32K__
-
 /* DDK/NDK/SDK Headers */
 #include <ddk/ntddk.h>
-#include <ddk/ntifs.h>
-#include <ddk/winddi.h>
 #include <ddk/ntddmou.h>
-#include <windows.h>
+#include <ddk/ntifs.h>
 #include <ndk/ntndk.h>
 
-/* FIXME: ReactOS will be R-Rated if I really write what I'm about to */
-NTSTATUS 
-STDCALL
-MmCopyFromCaller(PVOID Dest, const VOID *Src, ULONG NumberOfBytes);
-NTSTATUS 
-STDCALL
-MmCopyToCaller(PVOID Dest, const VOID *Src, ULONG NumberOfBytes);
+/* Win32 Headers */
+/* FIXME: Defines in winbase.h that we need... */
+typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
+#define WINBASEAPI
+#define STARTF_USESIZE 2
+#define STARTF_USEPOSITION 4
+#include <stdarg.h>
+#include <windef.h>
+#include <wingdi.h>
+#include <winddi.h>
+#include <winuser.h>
+#include <dde.h>
+#include <wincon.h>
 
 /* SEH Support with PSEH */
 #include <pseh/pseh.h>
@@ -38,7 +39,6 @@ MmCopyToCaller(PVOID Dest, const VOID *Src, ULONG NumberOfBytes);
 
 /* External Win32K Header */
 #include <win32k/win32k.h>
-#include <win32k/win32.h>
 
 /* Internal Win32K Header */
 #include "include/win32k.h"