- removed unncessary packed

* adapted structure

git-svn-id: trunk@5075 -
This commit is contained in:
florian 2006-10-29 21:46:15 +00:00
parent beb1c6b72d
commit 585db9d3c6

View File

@ -36,12 +36,12 @@ Type
dwReserved0: DWORD;
dwReserved1: DWORD;
cFileName: array[0..MAX_PATH-1] of Char;
cAlternateFileName: array[0..13] of Char;
cAlternateFileName: array[0..15] of Char;
// The structure should be 320 bytes long...
pad : system.integer;
end;
Searchrec = Packed Record
Searchrec = Record
FindHandle : THandle;
WinFindData : TWinFindData;
ExcludeAttr : longint;