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;
|
||||
auxType: longint;
|
||||
nullField1: integer; {set this field to zero}
|
||||
createDateTime: longint;
|
||||
modDateTome: longint;
|
||||
createDateTime: timeField;
|
||||
modDateTime: timeField;
|
||||
optionList: optionListPtr;
|
||||
nullField2: longint; {set this field to zero}
|
||||
nullField3: longint; {set this field to zero}
|
||||
|
Loading…
Reference in New Issue
Block a user