mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
* also update TUnicodeSearchRec after r28449
git-svn-id: trunk@28450 -
This commit is contained in:
parent
f5c1751be5
commit
2565126d36
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user