Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ea1596f0
Commit
ea1596f0
authored
Mar 08, 2009
by
ivoire
Browse files
mozilla: might fix compilation for win32.
parent
a7139d45
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/mozilla/vlcplugin.cpp
View file @
ea1596f0
...
...
@@ -74,8 +74,10 @@ VlcPlugin::VlcPlugin( NPP instance, uint16 mode ) :
#endif
{
memset
(
&
npwindow
,
0
,
sizeof
(
NPWindow
));
#if XP_UNIX
memset
(
&
npvideo
,
0
,
sizeof
(
Window
));
memset
(
&
npcontrol
,
0
,
sizeof
(
Window
));
#endif
}
static
bool
boolValue
(
const
char
*
value
)
{
...
...
Write
Preview
Supports
Markdown
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