mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 10:07:54 +02:00
+ added an overload for EnumProps with a TFarProc parameter for BP7 compatibility
git-svn-id: trunk@31749 -
This commit is contained in:
parent
d942309402
commit
718dda73ef
@ -931,6 +931,7 @@ function GetProp(hwnd: HWND; lpsz: LPCSTR): HANDLE; external 'USER';
|
||||
function RemoveProp(hwnd: HWND; lpsz: LPCSTR): HANDLE; external 'USER';
|
||||
|
||||
function EnumProps(hwnd: HWND; prpenmprc: PROPENUMPROC): SmallInt; external 'USER';
|
||||
function EnumProps(hwnd: HWND; prpenmprc: TFarProc): SmallInt; external 'USER';
|
||||
|
||||
{ Window drawing support }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user