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:
Jonas Maebe 2012-01-16 21:13:21 +00:00
parent 7b522af932
commit e92c597a53

View File

@ -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 }