[fpc-pascal] FPC 3.0.4 DOS GO32V2
Lubomír Čabla
kladno at gmail.com
Sat Dec 2 21:50:05 CET 2017
Hi,
in new version 3.0.4 you have changed the declaration of some procedures
and functions in the go32 unit.
It does not matter, but I see a little mismatch for linear base address:
FPC 3.0.2
function get_segment_base_address(d : word) : longint;
function set_segment_base_address(d : word;s : longint) : boolean;
FPC 3.0.4
function get_segment_base_address(d : word) : longint;
function set_segment_base_address(d : word;s : dword) : boolean;
For get_segment_base_address is correct longint or dword?
Thanks for the help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20171202/2d5a1e55/attachment.html>
More information about the fpc-pascal
mailing list