Browse Source

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 -
Jonas Maebe 13 years ago
parent
commit
e92c597a53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/univint/src/Finder.pas

+ 1 - 0
packages/univint/src/Finder.pas

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