mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[DRIVERS][NTOS][NDK] Use IO_STACK_LOCATION instead of EXTENDED_IO_STACK_LOCATION and remove the latter from NDK
This commit is contained in:
parent
8719252e48
commit
ca9fd861aa
6 changed files with 11 additions and 263 deletions
|
@ -26,6 +26,7 @@
|
|||
#ifdef __REACTOS__
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <pseh/pseh2.h>
|
||||
typedef IO_STACK_LOCATION EXTENDED_IO_STACK_LOCATION, *PEXTENDED_IO_STACK_LOCATION;
|
||||
#endif
|
||||
|
||||
typedef struct reiserfs_super_block_v1 RFSD_SUPER_BLOCK, *PRFSD_SUPER_BLOCK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue