mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
fix import/export linkage for declaration of MmSystemRangeStart
svn path=/trunk/; revision=10631
This commit is contained in:
parent
0804fde9a5
commit
e5c5aaadd2
1 changed files with 5 additions and 1 deletions
|
@ -194,7 +194,11 @@ typedef struct _MADDRESS_SPACE
|
|||
#ifndef __USE_W32API
|
||||
/* VARIABLES */
|
||||
|
||||
extern PVOID MmSystemRangeStart;
|
||||
#ifdef __NTOSKRNL__
|
||||
extern PVOID EXPORTED MmSystemRangeStart;
|
||||
#else
|
||||
extern PVOID IMPORTED MmSystemRangeStart;
|
||||
#endif
|
||||
|
||||
#endif /* __USE_W32API */
|
||||
|
||||
|
|
Loading…
Reference in a new issue