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 ******************************************************************/ /* INCLUDES ******************************************************************/
#include "npfs.h"
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
#include "npfs.h"
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/
static PNPFS_FCB static PNPFS_FCB

View file

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

View file

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

View file

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

View file

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

View file

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