mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[EXT2LIB]
* Include NDK headers on-demand. * Set Mke2fs.h as a PCH. svn path=/trunk/; revision=53285
This commit is contained in:
parent
42b02afa60
commit
2a1f2c1d6c
3 changed files with 6 additions and 6 deletions
|
@ -10,4 +10,5 @@ list(APPEND SOURCE
|
||||||
Super.c
|
Super.c
|
||||||
Uuid.c)
|
Uuid.c)
|
||||||
add_library(ext2lib ${SOURCE})
|
add_library(ext2lib ${SOURCE})
|
||||||
|
add_pch(ext2lib Mke2fs.h)
|
||||||
add_dependencies(ext2lib psdk)
|
add_dependencies(ext2lib psdk)
|
||||||
|
|
|
@ -5,15 +5,15 @@
|
||||||
* HOMEPAGE: http://ext2.yeah.net
|
* HOMEPAGE: http://ext2.yeah.net
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
/* INCLUDES **************************************************************/
|
/* INCLUDES **************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ndk/ntndk.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 "string.h"
|
#include "string.h"
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
|
|
||||||
/* INCLUDES **************************************************************/
|
/* INCLUDES **************************************************************/
|
||||||
|
|
||||||
#include "windows.h"
|
#include "Mke2fs.h"
|
||||||
#include "types.h"
|
|
||||||
|
|
||||||
/* DEFINITIONS ***********************************************************/
|
/* DEFINITIONS ***********************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue