mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
[CDFS_NEW] Fix headers inclusion so that it can work on a *nix platform
This commit is contained in:
parent
bd880924d9
commit
3cbcb1bade
28 changed files with 30 additions and 30 deletions
|
@ -44,7 +44,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -17,7 +17,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
#ifdef CD_SANITY
|
#ifdef CD_SANITY
|
||||||
BOOLEAN CdTestTopLevel = TRUE;
|
BOOLEAN CdTestTopLevel = TRUE;
|
||||||
|
|
|
@ -13,7 +13,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -28,9 +28,9 @@ Abstract:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "nodetype.h"
|
#include "nodetype.h"
|
||||||
#include "Cd.h"
|
#include "cd.h"
|
||||||
#include "CdStruc.h"
|
#include "cdstruc.h"
|
||||||
#include "CdData.h"
|
#include "cddata.h"
|
||||||
|
|
||||||
|
|
||||||
//**** x86 compiler bug ****
|
//**** x86 compiler bug ****
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -42,7 +42,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -13,7 +13,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -65,7 +65,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define doit(a,b) { printf("%s %04lx %4lx %s\n", #a, FIELD_OFFSET(a,b), sizeof(d.b), #b); }
|
#define doit(a,b) { printf("%s %04lx %4lx %s\n", #a, FIELD_OFFSET(a,b), sizeof(d.b), #b); }
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -13,7 +13,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -13,7 +13,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -73,7 +73,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -13,7 +13,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -13,7 +13,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -13,7 +13,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
|
@ -14,7 +14,7 @@ Abstract:
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
#include "CdProcs.h"
|
#include "cdprocs.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// The Bug check file id for this module
|
// The Bug check file id for this module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue