mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
add stub for GetLargePageMinimum
svn path=/trunk/; revision=31012
This commit is contained in:
parent
4e74b61d76
commit
fe7df0e59f
2 changed files with 9 additions and 0 deletions
|
@ -412,6 +412,7 @@ GetGeoInfoA@20
|
|||
GetGeoInfoW@20
|
||||
GetHandleContext@4
|
||||
GetHandleInformation@8
|
||||
GetLargePageMinimum@0
|
||||
GetLargestConsoleWindowSize@4
|
||||
GetLastError@0
|
||||
;GetLinguistLangSize
|
||||
|
|
|
@ -1365,3 +1365,11 @@ Wow64RevertWow64FsRedirection (VOID * pv)
|
|||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
SIZE_T
|
||||
WINAPI
|
||||
GetLargePageMinimum(void)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue