mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:00:18 +02:00
Fixes wince compilation
git-svn-id: trunk@27075 -
This commit is contained in:
parent
706b7cc905
commit
7704fc9d09
@ -369,7 +369,7 @@ cleanup:
|
|||||||
if(memdc<>0) then DeleteDC(memdc);
|
if(memdc<>0) then DeleteDC(memdc);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function _AlphaBlend(hdcDest: HDC; nXOriginDest, nYOriginDest, nWidthDest, nHeightDest: Integer; hdcSrc: HDC; nXOriginSrc, nYOriginSrc, nWidthSrc, nHeightSrc: Integer; blendFunction: TBlendFunction): BOOL; stdcall;
|
function _AlphaBlend(hdcDest: HDC; nXOriginDest, nYOriginDest, nWidthDest, nHeightDest: Integer; hdcSrc: HDC; nXOriginSrc, nYOriginSrc, nWidthSrc, nHeightSrc: Integer; blendFunction: TBlendFunction): BOOL; cdecl;
|
||||||
var
|
var
|
||||||
SCA: Byte absolute blendFunction.SourceConstantAlpha;
|
SCA: Byte absolute blendFunction.SourceConstantAlpha;
|
||||||
|
|
||||||
@ -756,12 +756,10 @@ finalization
|
|||||||
kerneldllhandle := 0;
|
kerneldllhandle := 0;
|
||||||
|
|
||||||
// SHSendBackToFocusWindow
|
// SHSendBackToFocusWindow
|
||||||
SHSendBackToFocusWindow := @_SHSendBackToFocusWindow;
|
SHSendBackToFocusWindow := @_SHSendBackToFocusWindow_;
|
||||||
if aygshelldllhandle <> 0 then FreeLibrary(aygshelldllhandle);
|
if aygshelldllhandle <> 0 then FreeLibrary(aygshelldllhandle);
|
||||||
aygshelldllhandle := 0;
|
aygshelldllhandle := 0;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user