mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
add stub for GetLargePageMinimum
svn path=/trunk/; revision=31012
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user