mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Fix compilation
svn path=/trunk/; revision=23963
This commit is contained in:
parent
0d173915ac
commit
24ff7a71b4
1 changed files with 1 additions and 1 deletions
|
@ -35,9 +35,9 @@
|
||||||
/* PSDK/NDK */
|
/* PSDK/NDK */
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <fmifs/fmifs.h>
|
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/ntndk.h>
|
||||||
|
#include <fmifs/fmifs.h>
|
||||||
|
|
||||||
/* VFAT */
|
/* VFAT */
|
||||||
#include <fslib/vfatlib.h>
|
#include <fslib/vfatlib.h>
|
||||||
|
|
Loading…
Reference in a new issue