add stub for GetLargePageMinimum

svn path=/trunk/; revision=31012
This commit is contained in:
Christoph von Wittich 2007-12-05 14:48:19 +00:00
parent 4e74b61d76
commit fe7df0e59f
2 changed files with 9 additions and 0 deletions

View file

@ -412,6 +412,7 @@ GetGeoInfoA@20
GetGeoInfoW@20
GetHandleContext@4
GetHandleInformation@8
GetLargePageMinimum@0
GetLargestConsoleWindowSize@4
GetLastError@0
;GetLinguistLangSize

View file

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