[fpc-devel] Some RTL bug fixes and suggestions

2018-03-26 Thread NetSpirit
Anyone, who responsible to make fixes in code, please, check if my next suggestions can be applied. = In file 'rtl\win\wininc\struct.inc' need declare NMHDR.code field as Integer (as in Delphi), not UINT. I know, Windows SDK declare this as UINT, but constants, used in this field, are

Re: [fpc-devel] Some RTL bug fixes and suggestions

2018-03-26 Thread Sven Barth via fpc-devel
NetSpirit schrieb am Mo., 26. März 2018, 16:10: > packages\pasjpeg > > Error usage after compile in -Mdelphiunicode mode. > In file 'packages\pasjpeg\src\jpeglib.pas' member > jpeg_error_mgr.format_message still uses AnsiString which is wrong. > Because at the end of file 'packages\pasjpeg\src\jc