mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 19:22:41 +02:00
gtk: replace Write by DbgOut since write cause error if apptype is not console under windows
git-svn-id: trunk@12454 -
This commit is contained in:
parent
24ab319893
commit
965569b5e8
@ -422,7 +422,7 @@ begin
|
|||||||
|
|
||||||
n:=0;
|
n:=0;
|
||||||
{$ifndef TraceGdiCalls}
|
{$ifndef TraceGdiCalls}
|
||||||
write(ProcName,' GDIOs:');
|
DbgOut(ProcName,' GDIOs:');
|
||||||
{$endif}
|
{$endif}
|
||||||
HashItem := FGDIObjects.FirstHashItem;
|
HashItem := FGDIObjects.FirstHashItem;
|
||||||
while (HashItem <> nil) do
|
while (HashItem <> nil) do
|
||||||
|
Loading…
Reference in New Issue
Block a user