mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 00:59:30 +02:00
r334 | jonas | 2012-01-16 22:09:29 +0100 (Mon, 16 Jan 2012) | 2 lines
* spaces -> tabs in previous patch like for other lines r333 | jonas | 2012-01-16 22:04:35 +0100 (Mon, 16 Jan 2012) | 2 lines * added missing fdIconID field to FXInfo git-svn-id: trunk@20096 -
This commit is contained in:
parent
7b522af932
commit
e92c597a53
@ -447,6 +447,7 @@ type
|
||||
type
|
||||
FXInfoPtr = ^FXInfo;
|
||||
FXInfo = record
|
||||
fdIconID: SInt16; { Reserved (set to 0) }
|
||||
fdReserved: array [0..2] of SInt16; { Reserved (set to 0) }
|
||||
fdScript: SInt8; { Extended flags. Script code if high-bit is set }
|
||||
fdXFlags: SInt8; { Extended flags }
|
||||
|
Loading…
Reference in New Issue
Block a user