mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -416,12 +416,12 @@ EnumLogFontExW2A( LPENUMLOGFONTEXA fontA, CONST ENUMLOGFONTEXW *fontW )
|
|||
|
||||
/*
|
||||
* LPK.DLL loader function
|
||||
*
|
||||
*
|
||||
* Returns TRUE if a valid parameter was passed and loading was successful,
|
||||
* returns FALSE otherwise.
|
||||
*/
|
||||
BOOL WINAPI LoadLPK(INT LpkFunctionID)
|
||||
{
|
||||
{
|
||||
if(!hLpk) // Check if the DLL is already loaded
|
||||
hLpk = LoadLibraryW(L"lpk.dll");
|
||||
|
||||
|
@ -431,7 +431,7 @@ BOOL WINAPI LoadLPK(INT LpkFunctionID)
|
|||
{
|
||||
case LPK_INIT:
|
||||
return TRUE;
|
||||
|
||||
|
||||
case LPK_ETO:
|
||||
if (!LpkExtTextOut) // Check if the function is already loaded
|
||||
LpkExtTextOut = (LPKETO) GetProcAddress(hLpk, "LpkExtTextOut");
|
||||
|
@ -468,7 +468,7 @@ BOOL WINAPI LoadLPK(INT LpkFunctionID)
|
|||
|
||||
return TRUE;
|
||||
|
||||
default:
|
||||
default:
|
||||
FreeLibrary(hLpk);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue