mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 05:55:48 +00:00
Implement GetLargePageMinimum()
svn path=/trunk/; revision=31014
This commit is contained in:
parent
75db192c8d
commit
155a5c8344
2 changed files with 10 additions and 8 deletions
|
@ -1364,11 +1364,3 @@ Wow64RevertWow64FsRedirection (VOID * pv)
|
||||||
STUB;
|
STUB;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
SIZE_T
|
|
||||||
WINAPI
|
|
||||||
GetLargePageMinimum(void)
|
|
||||||
{
|
|
||||||
STUB;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,16 @@
|
||||||
|
|
||||||
#define PV_NT351 0x00030033
|
#define PV_NT351 0x00030033
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @implemented
|
||||||
|
*/
|
||||||
|
SIZE_T
|
||||||
|
WINAPI
|
||||||
|
GetLargePageMinimum(VOID)
|
||||||
|
{
|
||||||
|
return SharedUserData->LargePageMinimum;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue