Commit 898d5377 authored by Sam Hocevar's avatar Sam Hocevar

* mozilla/*: Additional Mozilla 1.4 compilation fixes.

parent e5d0b8ef
......@@ -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"
......
......@@ -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"
......
......@@ -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
......
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