mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:49:12 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user