mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix formatting
svn path=/trunk/; revision=31013
This commit is contained in:
@@ -1327,8 +1327,7 @@ UINT STDCALL SetCPGlobal(UINT CodePage)
|
||||
BOOL
|
||||
STDCALL
|
||||
SetClientTimeZoneInformation(
|
||||
CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation
|
||||
)
|
||||
CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
@@ -1369,7 +1368,7 @@ SIZE_T
|
||||
WINAPI
|
||||
GetLargePageMinimum(void)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
STUB;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user