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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to