mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 08:20:17 +02:00
vlc: fixed compilation under windows
git-svn-id: trunk@46325 -
This commit is contained in:
parent
7344e5ccb5
commit
483a0a672e
@ -54,12 +54,14 @@ Type
|
||||
|
||||
implementation
|
||||
|
||||
{$ifdef HasX}
|
||||
{$ifdef lclgtk2}
|
||||
{$I vlcgtk2.inc}
|
||||
{$endif}
|
||||
{$ifdef lclqt}
|
||||
{$I vlcqt.inc}
|
||||
{$endif}
|
||||
{$endif}
|
||||
{ TLCLVLCPlayer }
|
||||
|
||||
procedure TLCLVLCPlayer.SetLCLParentWindow(AValue: TWinControl);
|
||||
|
Loading…
Reference in New Issue
Block a user