mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
include npfs.h before debug.h - this fixes compilation with MSVC
svn path=/trunk/; revision=26388
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
static PNPFS_FCB
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
static
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
static VOID STDCALL
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
NTSTATUS STDCALL
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "npfs.h"
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
static NTSTATUS
|
||||
|
||||
Reference in New Issue
Block a user