LCL remove writeln() from comctrls.pp (makes lazarus crash on Windows).

git-svn-id: trunk@47338 -
This commit is contained in:
bart 2015-01-11 12:50:02 +00:00
parent d51ef031cd
commit 5b2154f0c3

View File

@ -3970,6 +3970,5 @@ begin
end;
initialization
writeln('AAA1 ',sizeof(TLazItemInfo));
end.