mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:40:36 +01:00
Small fixes for the trayicon ifdefs on windows.
git-svn-id: trunk@11942 -
This commit is contained in:
parent
ddfc237f5c
commit
2fa4d2d577
@ -38,12 +38,16 @@ uses
|
||||
{$ifdef Windows}
|
||||
|
||||
{$ifdef WinCE}
|
||||
|
||||
|
||||
wswincetrayicon,
|
||||
|
||||
{$else}
|
||||
|
||||
wswin32trayicon,
|
||||
{$ifdef LCLQt}
|
||||
wsqttrayicon,
|
||||
{$else}
|
||||
wswin32trayicon,
|
||||
{$endif}
|
||||
|
||||
{$endif}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user