* 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;
Name : UnicodeString;
ExcludeAttr : Longint;
FindHandle : {$ifdef FINDHANDLE_IS_POINTER}Pointer{$else}THandle{$endif};
{$ifdef unix}
FindHandle : Pointer;
Mode : TMode;
{$else unix}
FindHandle : THandle;
{$endif unix}
{$ifdef USEFINDDATA}
FindData : TFindData;