Buid vfat(x)lib with NDK

svn path=/trunk/; revision=16172
This commit is contained in:
Alex Ionescu 2005-06-20 19:46:09 +00:00
parent aa1e7d31e8
commit a1a5cdb7ca
8 changed files with 15 additions and 44 deletions

View file

@ -8,14 +8,10 @@
* REVISIONS:
* EK 05/04-2003 Created
*/
#define NDEBUG
#include <debug.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddscsi.h>
#include <mem.h>
#include "vfatlib.h"
#define NDEBUG
#include <debug.h>
static ULONG
GetShiftCount(ULONG Value)

View file

@ -8,14 +8,10 @@
* REVISIONS:
* EK 05/04-2003 Created
*/
#define NDEBUG
#include <debug.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddscsi.h>
#include <mem.h>
#include "vfatlib.h"
#define NDEBUG
#include <debug.h>
static ULONG
GetShiftCount(ULONG Value)

View file

@ -8,14 +8,10 @@
* REVISIONS:
* EK 05/04-2003 Created
*/
#define NDEBUG
#include <debug.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddscsi.h>
#include <mem.h>
#include "vfatlib.h"
#define NDEBUG
#include <debug.h>
static ULONG
GetShiftCount(ULONG Value)

View file

@ -7,16 +7,11 @@
* REVISIONS:
* CSH 05/04-2003 Created
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddscsi.h>
#include <fslib/vfatlib.h>
#include "vfatlib.h"
#define NDEBUG
#include <debug.h>
NTSTATUS
VfatInitialize(VOID)
{

View file

@ -3,12 +3,11 @@
* PROJECT: ReactOS VFAT filesystem library
* FILE: vfatlib.h
*/
#define NDEBUG
#include <debug.h>
#include <windows.h>
#include <fmifs.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <fslib/vfatlib.h>
#include <ddk/ntdddisk.h>
#include <ndk/ntndk.h>
#define SECTORSIZE 512

View file

@ -6,14 +6,10 @@
* PROGRAMMERS: Hartmut Birr
* REVISIONS:
*/
#define NDEBUG
#include <debug.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddscsi.h>
#include <mem.h>
#include "vfatxlib.h"
#define NDEBUG
#include <debug.h>
static ULONG
GetShiftCount(ULONG Value)

View file

@ -7,16 +7,11 @@
* REVISIONS:
* CSH 05/04-2003 Created
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddscsi.h>
#include <fslib/vfatxlib.h>
#include "vfatxlib.h"
#define NDEBUG
#include <debug.h>
NTSTATUS
VfatxInitialize(VOID)
{

View file

@ -3,12 +3,10 @@
* PROJECT: ReactOS VFAT filesystem library
* FILE: vfatxlib.h
*/
#define NDEBUG
#include <debug.h>
#include <windows.h>
#include <fmifs.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <fslib/vfatlib.h>
#include <ddk/ntdddisk.h>
#include <ndk/ntndk.h>
typedef struct _FATX_BOOT_SECTOR
{