mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
Linkage specification correctly placed.
svn path=/trunk/; revision=10633
This commit is contained in:
parent
dc4796ce53
commit
fca2504ae6
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: mm.c,v 1.77 2004/08/15 16:39:07 chorns Exp $
|
||||
/* $Id: mm.c,v 1.78 2004/08/21 19:04:47 tamlin Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -498,8 +498,8 @@ MmSetAddressRangeModified (
|
|||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
NTKERNELAPI
|
||||
PVOID
|
||||
NTKERNELAPI
|
||||
MmGetSystemRoutineAddress (
|
||||
IN PUNICODE_STRING SystemRoutineName
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue