mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
fix import/export linkage for declaration of MmSystemRangeStart
svn path=/trunk/; revision=10631
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user