mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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:
parent
e713cb8534
commit
892e41ffa8
6 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue