Implement GetLargePageMinimum()

svn path=/trunk/; revision=31014
This commit is contained in:
Hervé Poussineau 2007-12-05 14:55:52 +00:00
parent 75db192c8d
commit 155a5c8344
2 changed files with 10 additions and 8 deletions

View file

@ -1364,11 +1364,3 @@ Wow64RevertWow64FsRedirection (VOID * pv)
STUB;
return FALSE;
}
SIZE_T
WINAPI
GetLargePageMinimum(void)
{
STUB;
return 0;
}

View file

@ -20,6 +20,16 @@
#define PV_NT351 0x00030033
/*
* @implemented
*/
SIZE_T
WINAPI
GetLargePageMinimum(VOID)
{
return SharedUserData->LargePageMinimum;
}
/*
* @unimplemented
*/