mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 03:22:58 +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 "precomp.h"
|
||||||
|
|
||||||
|
#include <winreg.h>
|
||||||
|
#include <ndk/cmfuncs.h>
|
||||||
|
#include <ndk/obfuncs.h>
|
||||||
|
|
||||||
static BOOLEAN FmIfsInitialized = FALSE;
|
static BOOLEAN FmIfsInitialized = FALSE;
|
||||||
LIST_ENTRY ProviderListHead;
|
LIST_ENTRY ProviderListHead;
|
||||||
|
|
||||||
|
|
|
@ -20,17 +20,11 @@
|
||||||
/* PSDK/NDK Headers */
|
/* PSDK/NDK Headers */
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#include <winreg.h>
|
|
||||||
#include <ndk/cmfuncs.h>
|
|
||||||
#include <ndk/obfuncs.h>
|
|
||||||
#include <ndk/rtlfuncs.h>
|
#include <ndk/rtlfuncs.h>
|
||||||
|
|
||||||
/* FMIFS Public Header */
|
/* FMIFS Public Header */
|
||||||
#include <fmifs/fmifs.h>
|
#include <fmifs/fmifs.h>
|
||||||
|
|
||||||
/* VFATLIB Public Header */
|
|
||||||
//#include <fslib/vfatlib.h>
|
|
||||||
|
|
||||||
extern LIST_ENTRY ProviderListHead;
|
extern LIST_ENTRY ProviderListHead;
|
||||||
|
|
||||||
typedef struct _IFS_PROVIDER
|
typedef struct _IFS_PROVIDER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue