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

2018-04-06 Thread Florian Klämpfl
Am 04.04.2018 um 11:02 schrieb NetSpirit: > Anyone, who responsible to make fixes in code, please, correct this: > > In file 'rtl\win\wininc\struct.inc' there is differences in declaration of > NEWCPLINFO record: NEWCPLINFOA has field 'lpData', > but in NEWCPLINFOW this field named 'lData'. I

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

[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,