mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[VFATXLIB]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61517
This commit is contained in:
parent
7d7e1888c1
commit
67a66904b5
3 changed files with 11 additions and 3 deletions
|
@ -6,8 +6,12 @@
|
||||||
* PROGRAMMERS:
|
* PROGRAMMERS:
|
||||||
* REVISIONS:
|
* REVISIONS:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vfatxlib.h"
|
#include "vfatxlib.h"
|
||||||
|
|
||||||
|
#include <ndk/kefuncs.h>
|
||||||
|
#include <ndk/rtlfuncs.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,11 @@
|
||||||
* REVISIONS:
|
* REVISIONS:
|
||||||
* CSH 05/04-2003 Created
|
* CSH 05/04-2003 Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vfatxlib.h"
|
#include "vfatxlib.h"
|
||||||
|
|
||||||
|
#include <ndk/obfuncs.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,12 @@
|
||||||
* PROJECT: ReactOS VFAT filesystem library
|
* PROJECT: ReactOS VFAT filesystem library
|
||||||
* FILE: vfatxlib.h
|
* FILE: vfatxlib.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
|
#include <ndk/umtypes.h>
|
||||||
|
#include <ndk/pstypes.h>
|
||||||
|
#include <ndk/ldrtypes.h>
|
||||||
#include <ndk/iofuncs.h>
|
#include <ndk/iofuncs.h>
|
||||||
#include <ndk/kefuncs.h>
|
|
||||||
#include <ndk/obfuncs.h>
|
|
||||||
#include <ndk/rtlfuncs.h>
|
|
||||||
#include <fmifs/fmifs.h>
|
#include <fmifs/fmifs.h>
|
||||||
|
|
||||||
#include <pshpack1.h>
|
#include <pshpack1.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue