mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
r321 | jonas | 2010-02-04 16:49:46 +0100 (Thu, 04 Feb 2010) | 3 lines
* CIconHandle = ^CIconPtr instead of = CIconPtr (error noted by James Chandler Jr) git-svn-id: trunk@14860 -
This commit is contained in:
parent
59bd32b7ea
commit
fbfe277144
@ -403,7 +403,7 @@ type
|
|||||||
end;
|
end;
|
||||||
CIconPtr = ^CIcon;
|
CIconPtr = ^CIcon;
|
||||||
type
|
type
|
||||||
CIconHandle = CIconPtr;
|
CIconHandle = ^CIconPtr;
|
||||||
CIconHandle_fix = ^CIconPtr; { used as field type when a record declaration contains a CIconHandle field identifier }
|
CIconHandle_fix = ^CIconPtr; { used as field type when a record declaration contains a CIconHandle field identifier }
|
||||||
{
|
{
|
||||||
Note: IconSuiteRef and IconCacheRef should be an abstract types,
|
Note: IconSuiteRef and IconCacheRef should be an abstract types,
|
||||||
|
Loading…
Reference in New Issue
Block a user