[FASTFAT]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 19 Dec 2013 16:20:28 +0000 (16:20 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 19 Dec 2013 16:20:28 +0000 (16:20 +0000)
* Do not include debug.h into the main header.

svn path=/trunk/; revision=61295

22 files changed:
reactos/drivers/filesystems/fastfat/blockdev.c
reactos/drivers/filesystems/fastfat/cleanup.c
reactos/drivers/filesystems/fastfat/close.c
reactos/drivers/filesystems/fastfat/create.c
reactos/drivers/filesystems/fastfat/dir.c
reactos/drivers/filesystems/fastfat/direntry.c
reactos/drivers/filesystems/fastfat/dirwr.c
reactos/drivers/filesystems/fastfat/ea.c
reactos/drivers/filesystems/fastfat/fastio.c
reactos/drivers/filesystems/fastfat/fat.c
reactos/drivers/filesystems/fastfat/fcb.c
reactos/drivers/filesystems/fastfat/finfo.c
reactos/drivers/filesystems/fastfat/flush.c
reactos/drivers/filesystems/fastfat/fsctl.c
reactos/drivers/filesystems/fastfat/iface.c
reactos/drivers/filesystems/fastfat/misc.c
reactos/drivers/filesystems/fastfat/pnp.c
reactos/drivers/filesystems/fastfat/rw.c
reactos/drivers/filesystems/fastfat/shutdown.c
reactos/drivers/filesystems/fastfat/string.c
reactos/drivers/filesystems/fastfat/vfat.h
reactos/drivers/filesystems/fastfat/volume.c

index 796834c..419390f 100644 (file)
@@ -9,9 +9,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ***************************************************************/
 
 static IO_COMPLETION_ROUTINE VfatReadWritePartialCompletion;
 /* FUNCTIONS ***************************************************************/
 
 static IO_COMPLETION_ROUTINE VfatReadWritePartialCompletion;
index 97db29d..4887f9d 100644 (file)
@@ -8,9 +8,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 /*
 /* FUNCTIONS ****************************************************************/
 
 /*
index 5776dd0..78f016f 100644 (file)
@@ -8,9 +8,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 /*
 /* FUNCTIONS ****************************************************************/
 
 /*
index e3d026c..fbd5231 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 VOID
 /* FUNCTIONS *****************************************************************/
 
 VOID
index 0f218ec..2b5d8f1 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 /* Function like DosDateTimeToFileTime */
 /* FUNCTIONS ****************************************************************/
 
 /* Function like DosDateTimeToFileTime */
index 5d85b0d..336f014 100644 (file)
 
 /*  -------------------------------------------------------  INCLUDES  */
 
 
 /*  -------------------------------------------------------  INCLUDES  */
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 ULONG
 vfatDirEntryGetFirstCluster(
     PDEVICE_EXTENSION pDeviceExt,
 ULONG
 vfatDirEntryGetFirstCluster(
     PDEVICE_EXTENSION pDeviceExt,
index 7e5a91b..1444665 100644 (file)
@@ -8,9 +8,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /*
  * update an existing FAT entry
  */
 /*
  * update an existing FAT entry
  */
index 7a5a1b2..d2b92a4 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS *****************************************************************/
 
 NTSTATUS
 /* FUNCTIONS *****************************************************************/
 
 NTSTATUS
index b2d3946..4a6e148 100644 (file)
@@ -6,9 +6,11 @@
  * PROGRAMMER:       Herve Poussineau (hpoussin@reactos.org)
  */
 
  * PROGRAMMER:       Herve Poussineau (hpoussin@reactos.org)
  */
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 static FAST_IO_CHECK_IF_POSSIBLE VfatFastIoCheckIfPossible;
 
 static
 static FAST_IO_CHECK_IF_POSSIBLE VfatFastIoCheckIfPossible;
 
 static
index 112df04..a079f25 100644 (file)
@@ -9,9 +9,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* GLOBALS ******************************************************************/
 
 #define  CACHEPAGESIZE(pDeviceExt) ((pDeviceExt)->FatInfo.BytesPerCluster > PAGE_SIZE ? \
 /* GLOBALS ******************************************************************/
 
 #define  CACHEPAGESIZE(pDeviceExt) ((pDeviceExt)->FatInfo.BytesPerCluster > PAGE_SIZE ? \
index 7c8e0e6..55bb609 100644 (file)
 
 /*  -------------------------------------------------------  INCLUDES  */
 
 
 /*  -------------------------------------------------------  INCLUDES  */
 
+#include "vfat.h"
+
+#define NDEBUG
+#include <debug.h>
+
 #ifdef __GNUC__
 #include <wctype.h> /* towlower prototype */
 #endif
 
 #ifdef __GNUC__
 #include <wctype.h> /* towlower prototype */
 #endif
 
-#define NDEBUG
-#include "vfat.h"
-
 /*  --------------------------------------------------------  DEFINES  */
 
 #define TAG_FCB 'BCFV'
 /*  --------------------------------------------------------  DEFINES  */
 
 #define TAG_FCB 'BCFV'
index 1a7a53a..d0db178 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* GLOBALS ******************************************************************/
 
 const char* FileInformationClassNames[] =
 /* GLOBALS ******************************************************************/
 
 const char* FileInformationClassNames[] =
index 97ed3b0..96d6353 100644 (file)
@@ -8,9 +8,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 static
 /* FUNCTIONS ****************************************************************/
 
 static
index efc4bec..24feadd 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 #define  CACHEPAGESIZE(pDeviceExt) ((pDeviceExt)->FatInfo.BytesPerCluster > PAGE_SIZE ? \
 /* FUNCTIONS ****************************************************************/
 
 #define  CACHEPAGESIZE(pDeviceExt) ((pDeviceExt)->FatInfo.BytesPerCluster > PAGE_SIZE ? \
index f9ed3a6..03ddfe8 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* GLOBALS *****************************************************************/
 
 PVFAT_GLOBAL_DATA VfatGlobalData;
 /* GLOBALS *****************************************************************/
 
 PVFAT_GLOBAL_DATA VfatGlobalData;
index 0d678f8..53edd8b 100644 (file)
@@ -9,9 +9,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* GLOBALS ******************************************************************/
 
 const char* MajorFunctionNames[] =
 /* GLOBALS ******************************************************************/
 
 const char* MajorFunctionNames[] =
index 2980238..255350d 100644 (file)
@@ -9,9 +9,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 NTSTATUS
 /* FUNCTIONS ****************************************************************/
 
 NTSTATUS
index 43bcadd..1477dd7 100644 (file)
@@ -9,9 +9,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /*
  * Uncomment to enable strict verification of cluster/offset pair
  * caching. If this option is enabled you lose all the benefits of
 /*
  * Uncomment to enable strict verification of cluster/offset pair
  * caching. If this option is enabled you lose all the benefits of
index 3bd5698..e2e6be5 100644 (file)
@@ -8,9 +8,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 static
 /* FUNCTIONS ****************************************************************/
 
 static
index 7e05d00..6a8f65a 100644 (file)
@@ -9,9 +9,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 const WCHAR *long_illegals = L"\"*\\<>/?:|";
 /* FUNCTIONS ****************************************************************/
 
 const WCHAR *long_illegals = L"\"*\\<>/?:|";
index 33b225f..f627ff6 100644 (file)
@@ -1,7 +1,6 @@
 #include <ntifs.h>
 #include <bugcodes.h>
 #include <ntdddisk.h>
 #include <ntifs.h>
 #include <bugcodes.h>
 #include <ntdddisk.h>
-#include <debug.h>
 #include <dos.h>
 
 #define USE_ROS_CC_AND_FS
 #include <dos.h>
 
 #define USE_ROS_CC_AND_FS
index c72fc3f..55f3d54 100644 (file)
@@ -9,9 +9,11 @@
 
 /* INCLUDES *****************************************************************/
 
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include "vfat.h"
 
 #include "vfat.h"
 
+#define NDEBUG
+#include <debug.h>
+
 /* FUNCTIONS ****************************************************************/
 
 static
 /* FUNCTIONS ****************************************************************/
 
 static