mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2024-11-21 09:30:50 +00:00
Fixed the setFileInfoOSDCB type to correct a typo and the types used for the create and mod DateTime.
This commit is contained in:
parent
d6fdcf81cc
commit
dca9e5a5f5
@ -335,8 +335,8 @@ type
|
|||||||
fileType: integer;
|
fileType: integer;
|
||||||
auxType: longint;
|
auxType: longint;
|
||||||
nullField1: integer; {set this field to zero}
|
nullField1: integer; {set this field to zero}
|
||||||
createDateTime: longint;
|
createDateTime: timeField;
|
||||||
modDateTome: longint;
|
modDateTime: timeField;
|
||||||
optionList: optionListPtr;
|
optionList: optionListPtr;
|
||||||
nullField2: longint; {set this field to zero}
|
nullField2: longint; {set this field to zero}
|
||||||
nullField3: longint; {set this field to zero}
|
nullField3: longint; {set this field to zero}
|
||||||
|
Loading…
Reference in New Issue
Block a user