Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
e0e941ea
Commit
e0e941ea
authored
Feb 11, 2009
by
thannoy
Committed by
Jean-Baptiste Kempf
Feb 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
activex: create "ex" before using this exception variable
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
51f7f419
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
projects/activex/plugin.cpp
projects/activex/plugin.cpp
+2
-0
No files found.
projects/activex/plugin.cpp
View file @
e0e941ea
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment