* mozilla/*: Additional Mozilla 1.4 compilation fixes.

This commit is contained in:
Sam Hocevar 2003-07-16 16:33:59 +00:00
parent e5d0b8ef4e
commit 898d537760
3 changed files with 10 additions and 6 deletions

View File

@ -2,7 +2,7 @@
* vlcpeer.cpp: scriptable peer descriptor
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: vlcpeer.cpp,v 1.4 2003/07/07 12:04:50 sam Exp $
* $Id: vlcpeer.cpp,v 1.5 2003/07/16 16:33:59 sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
@ -26,10 +26,10 @@
*****************************************************************************/
#include <vlc/vlc.h>
#include "nsISupports.h"
#include "nsMemory.h"
#include <nsISupports.h>
#include <nsMemory.h>
#include <npapi.h>
#include "npapi.h"
#include "vlcpeer.h"
#include "vlcplugin.h"

View File

@ -2,7 +2,7 @@
* vlcplugin.cpp: a VLC plugin for Mozilla
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: vlcplugin.cpp,v 1.4 2003/02/18 13:13:12 sam Exp $
* $Id: vlcplugin.cpp,v 1.5 2003/07/16 16:33:59 sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
@ -26,6 +26,8 @@
*****************************************************************************/
#include <vlc/vlc.h>
#include <nsISupports.h>
#include <nsMemory.h>
#include <npapi.h>
#include "vlcpeer.h"

View File

@ -2,7 +2,7 @@
* vlcshell.cpp: a VLC plugin for Mozilla
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: vlcshell.cpp,v 1.13 2003/07/09 13:52:22 sam Exp $
* $Id: vlcshell.cpp,v 1.14 2003/07/16 16:33:59 sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
@ -37,6 +37,8 @@
#endif
/* Mozilla stuff */
#include <nsISupports.h>
#include <nsMemory.h>
#include <npapi.h>
#ifdef XP_WIN