mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
A bit of W32API magic.
svn path=/trunk/; revision=15909
This commit is contained in:
parent
17990a22f5
commit
83210a64d6
1 changed files with 4 additions and 1 deletions
|
@ -35,9 +35,12 @@
|
|||
|
||||
#ifndef __USE_W32API
|
||||
|
||||
typedef struct _KPROCESS *PKPROCESS;
|
||||
typedef struct _DISPATCHER_HEADER *PDISPATCHER_HEADER;
|
||||
|
||||
#else
|
||||
|
||||
typedef struct _KEVENT_PAIR *PKEVENT_PAIR;
|
||||
|
||||
#endif /* __USE_W32API */
|
||||
|
||||
typedef struct _HARDWARE_PTE_X86 {
|
||||
|
|
Loading…
Reference in a new issue