* also update TUnicodeSearchRec after r28449

git-svn-id: trunk@28450 -
This commit is contained in:
nickysn 2014-08-18 21:30:26 +00:00
parent f5c1751be5
commit 2565126d36

View File

@ -50,11 +50,9 @@ Type
Attr : Longint; Attr : Longint;
Name : UnicodeString; Name : UnicodeString;
ExcludeAttr : Longint; ExcludeAttr : Longint;
FindHandle : {$ifdef FINDHANDLE_IS_POINTER}Pointer{$else}THandle{$endif};
{$ifdef unix} {$ifdef unix}
FindHandle : Pointer;
Mode : TMode; Mode : TMode;
{$else unix}
FindHandle : THandle;
{$endif unix} {$endif unix}
{$ifdef USEFINDDATA} {$ifdef USEFINDDATA}
FindData : TFindData; FindData : TFindData;