include npfs.h before debug.h - this fixes compilation with MSVC

svn path=/trunk/; revision=26388
This commit is contained in:
Christoph von Wittich 2007-04-18 01:51:27 +00:00
parent 90441d106e
commit a8e41c3f8f
6 changed files with 12 additions and 12 deletions

View file

@ -8,11 +8,11 @@
/* INCLUDES ******************************************************************/
#include "npfs.h"
#define NDEBUG
#include <debug.h>
#include "npfs.h"
/* FUNCTIONS *****************************************************************/
static PNPFS_FCB

View file

@ -8,11 +8,11 @@
/* INCLUDES ******************************************************************/
#include "npfs.h"
#define NDEBUG
#include <debug.h>
#include "npfs.h"
/* FUNCTIONS *****************************************************************/
static

View file

@ -9,11 +9,11 @@
/* INCLUDES ******************************************************************/
#include "npfs.h"
#define NDEBUG
#include <debug.h>
#include "npfs.h"
/* FUNCTIONS *****************************************************************/
static VOID STDCALL

View file

@ -8,11 +8,11 @@
/* INCLUDES ******************************************************************/
#include "npfs.h"
#define NDEBUG
#include <debug.h>
#include "npfs.h"
/* FUNCTIONS *****************************************************************/
NTSTATUS STDCALL

View file

@ -8,11 +8,11 @@
/* INCLUDES ******************************************************************/
#include "npfs.h"
#define NDEBUG
#include <debug.h>
#include "npfs.h"
/* FUNCTIONS *****************************************************************/
#ifndef NDEBUG

View file

@ -8,11 +8,11 @@
/* INCLUDES *****************************************************************/
#include "npfs.h"
#define NDEBUG
#include <debug.h>
#include "npfs.h"
/* FUNCTIONS ****************************************************************/
static NTSTATUS