mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 23:44:40 +08:00
- 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:
@@ -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);
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user