File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
reactos/lib/fslib/ext2lib Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ list(APPEND SOURCE
10
10
Super.c
11
11
Uuid.c)
12
12
add_library (ext2lib ${SOURCE} )
13
+ add_pch(ext2lib Mke2fs.h)
13
14
add_dependencies (ext2lib psdk)
Original file line number Diff line number Diff line change 5
5
* HOMEPAGE: http://ext2.yeah.net
6
6
*/
7
7
8
- #pragma once
9
-
10
8
/* INCLUDES **************************************************************/
11
9
12
-
13
10
#define WIN32_NO_STATUS
14
11
#include <windows.h>
15
12
#define NTOS_MODE_USER
16
- #include <ndk/ntndk.h>
13
+ #include <ndk/iofuncs.h>
14
+ #include <ndk/kefuncs.h>
15
+ #include <ndk/obfuncs.h>
16
+ #include <ndk/rtlfuncs.h>
17
17
#include <fmifs/fmifs.h>
18
18
19
19
#include "string.h"
Original file line number Diff line number Diff line change 7
7
8
8
/* INCLUDES **************************************************************/
9
9
10
- #include "windows.h"
11
- #include "types.h"
10
+ #include "Mke2fs.h"
12
11
13
12
/* DEFINITIONS ***********************************************************/
14
13
You can’t perform that action at this time.
0 commit comments