fix import/export linkage for declaration of MmSystemRangeStart

svn path=/trunk/; revision=10631
This commit is contained in:
Mike Nordell 2004-08-21 18:45:01 +00:00
parent 0804fde9a5
commit e5c5aaadd2

View file

@ -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 */