Commit ea1596f0 authored by Rémi Duraffort's avatar Rémi Duraffort

mozilla: might fix compilation for win32.

parent a7139d45
......@@ -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) {
......
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