mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[MSFS]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61868
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
|
||||
#include "msfs.h"
|
||||
|
||||
#include <ndk/iotypes.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
/* Creates the client side */
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#define MAILSLOT_NO_MESSAGE MAXULONG
|
||||
#define MAILSLOT_WAIT_FOREVER MAXULONG
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
static NTSTATUS
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS DEFAULTAPI
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS NTAPI
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#define __DRIVERS_FS_MS_MSFS_H
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <iotypes.h>
|
||||
|
||||
#define DEFAULTAPI NTAPI
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS DEFAULTAPI
|
||||
|
||||
Reference in New Issue
Block a user