Commit e0e941ea authored by Anthony Loiseau's avatar Anthony Loiseau Committed by Jean-Baptiste Kempf

activex: create "ex" before using this exception variable

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 51f7f419
......@@ -672,6 +672,8 @@ BOOL VLCPlugin::isInPlaceActive(void)
HRESULT VLCPlugin::onActivateInPlace(LPMSG lpMesg, HWND hwndParent, LPCRECT lprcPosRect, LPCRECT lprcClipRect)
{
RECT clipRect = *lprcClipRect;
libvlc_exception_t ex;
libvlc_exception_init(&ex);
/*
** record keeping of control geometry within container
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment