wok diff mplayerplug-in/stuff/mplayerplug-in-3.55-static-iid-accessor.u @ rev 21101

updated lensfun and lensfun-dev (0.2.5 -> 0.3.2)
author Hans-G?nter Theisgen
date Mon Mar 18 17:49:35 2019 +0100 (2019-03-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mplayerplug-in/stuff/mplayerplug-in-3.55-static-iid-accessor.u	Mon Mar 18 17:49:35 2019 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +--- mplayerplug-in-3.55/Source/nsIScriptableMplayerPlugin.h
     1.5 ++++ mplayerplug-in-3.55/Source/nsIScriptableMplayerPlugin.h
     1.6 +@@ -25,7 +25,7 @@
     1.7 + class NS_NO_VTABLE nsIScriptableWMPPlugin : public nsISupports {
     1.8 +  public: 
     1.9 + 
    1.10 +-  NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID)
    1.11 ++  NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEWMPPLUGIN_IID)
    1.12 + 
    1.13 +   /* void play (); */
    1.14 +   NS_IMETHOD Play(void) = 0;
    1.15 +@@ -38,6 +38,8 @@
    1.16 + 
    1.17 + };
    1.18 + 
    1.19 ++NS_DEFINE_STATIC_IID_ACCESSOR(nsIScriptableWMPPlugin, NS_ISCRIPTABLEWMPPLUGIN_IID)
    1.20 ++
    1.21 + /* Use this macro when declaring classes that implement this interface. */
    1.22 + #define NS_DECL_NSISCRIPTABLEWMPPLUGIN \
    1.23 +   NS_IMETHOD Play(void); \
    1.24 +@@ -120,7 +122,7 @@
    1.25 + class NS_NO_VTABLE nsIScriptableMplayerPlugin : public nsISupports {
    1.26 +  public: 
    1.27 + 
    1.28 +-  NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID)
    1.29 ++  NS_DECLARE_STATIC_IID_ACCESSOR(NS_ISCRIPTABLEMPLAYERPLUGIN_IID)
    1.30 + 
    1.31 +   /* void Play (); */
    1.32 +   NS_IMETHOD Play(void) = 0;
    1.33 +@@ -249,6 +251,8 @@
    1.34 + 
    1.35 + };
    1.36 + 
    1.37 ++NS_DEFINE_STATIC_IID_ACCESSOR(nsIScriptableMplayerPlugin, NS_ISCRIPTABLEMPLAYERPLUGIN_IID)
    1.38 ++
    1.39 + /* Use this macro when declaring classes that implement this interface. */
    1.40 + #define NS_DECL_NSISCRIPTABLEMPLAYERPLUGIN \
    1.41 +   NS_IMETHOD Play(void); \