7d4aa906f9
Link with xulrunner. Should be usable for other browsers such as www/epiphany, but didn't test.
22 lines
789 B
Text
22 lines
789 B
Text
$NetBSD: patch-af,v 1.1.1.1 2009/09/14 08:56:09 tnn Exp $
|
|
|
|
--- Source/nsIScriptableMplayerPlugin.h.orig 2008-06-24 15:12:54.000000000 +0200
|
|
+++ Source/nsIScriptableMplayerPlugin.h
|
|
@@ -25,7 +25,7 @@
|
|
class NS_NO_VTABLE nsIScriptableWMPPlugin : public nsISupports {
|
|
public:
|
|
|
|
- NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID)
|
|
+ NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID)
|
|
|
|
/* void play (); */
|
|
NS_IMETHOD Play(void) = 0;
|
|
@@ -120,7 +120,7 @@ NS_IMETHODIMP nsScriptableWMPPlugin::Sto
|
|
class NS_NO_VTABLE nsIScriptableMplayerPlugin : public nsISupports {
|
|
public:
|
|
|
|
- NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID)
|
|
+ NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID)
|
|
|
|
/* void Play (); */
|
|
NS_IMETHOD Play(void) = 0;
|