- Ksuser: Cleanup header usage a bit, and make sure NTSTATUS gets defined

- Kernel32: Undefine IOCTL_SERIAL_LSRMST_INSERT so we don't get a (bogus) incompatible redefinition warning

svn path=/trunk/; revision=37669
This commit is contained in:
Stefan Ginsberg 2008-11-26 19:04:55 +00:00
parent 24da6d32fe
commit edad66ead2
3 changed files with 5 additions and 12 deletions

View file

@ -20,6 +20,8 @@
#include "ksuser.h"
#define NDEBUG
#include <debug.h>
NTSTATUS NTAPI KsiCreateObjectType( HANDLE hHandle, PVOID guidstr, PVOID Buffer, ULONG BufferSize, ACCESS_MASK DesiredAccess, PHANDLE phHandle);

View file

@ -1,15 +1,5 @@
#define _KSDDK_
#include <windows.h>
#include <reactos/helper.h>
#include <ntsecapi.h>
#include <ks.h>
#include <debug.h>
#include <reactos/helper.h>

View file

@ -38,6 +38,7 @@
#undef SERIAL_IOC_MCR_OUT1
#undef SERIAL_IOC_MCR_OUT2
#undef SERIAL_IOC_MCR_LOOP
#undef IOCTL_SERIAL_LSRMST_INSERT
#include <ntddser.h>
#define NDEBUG