mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +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:
|
||||
* REVISIONS:
|
||||
*/
|
||||
|
||||
#include "vfatxlib.h"
|
||||
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -7,8 +7,11 @@
|
|||
* REVISIONS:
|
||||
* CSH 05/04-2003 Created
|
||||
*/
|
||||
|
||||
#include "vfatxlib.h"
|
||||
|
||||
#include <ndk/obfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -3,11 +3,12 @@
|
|||
* PROJECT: ReactOS VFAT filesystem library
|
||||
* FILE: vfatxlib.h
|
||||
*/
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/umtypes.h>
|
||||
#include <ndk/pstypes.h>
|
||||
#include <ndk/ldrtypes.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <fmifs/fmifs.h>
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
|
Loading…
Reference in a new issue