vlc: fixed compilation under windows

git-svn-id: trunk@46325 -
This commit is contained in:
mattias 2014-09-25 15:04:36 +00:00
parent 7344e5ccb5
commit 483a0a672e

View File

@ -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);