mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[FMIFS]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61763
This commit is contained in:
parent
20a454e741
commit
946e9d16fe
2 changed files with 4 additions and 6 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winreg.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
|
||||
static BOOLEAN FmIfsInitialized = FALSE;
|
||||
LIST_ENTRY ProviderListHead;
|
||||
|
||||
|
|
|
@ -20,17 +20,11 @@
|
|||
/* PSDK/NDK Headers */
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
/* FMIFS Public Header */
|
||||
#include <fmifs/fmifs.h>
|
||||
|
||||
/* VFATLIB Public Header */
|
||||
//#include <fslib/vfatlib.h>
|
||||
|
||||
extern LIST_ENTRY ProviderListHead;
|
||||
|
||||
typedef struct _IFS_PROVIDER
|
||||
|
|
Loading…
Reference in a new issue