maxkleiner / maXbox4

code compiler script studio
GNU General Public License v3.0
23 stars 10 forks source link

Fillrect and windows.FillRect #13

Closed maxkleiner closed 4 years ago

maxkleiner commented 4 years ago

name conflict between Fillrect() and windows.Fillrect:

function wFillRect(HDC: hDC; RECT :TRect; hbr: HBRUSH):Longint; external 'FillRect@user32.dll stdcall';

procedure FillRect(const Rect: TRect);

maxkleiner commented 4 years ago

theres also a syninternal: Procedure synInternalFillRect( dc : HDC; const rcPaint : TRect)

maxkleiner commented 4 years ago

function wFillrect() in 4.7.2.82