]> git.sesse.net Git - vlc/commit
Clean up references to UPP types, plugin/host glue.
authorDavid Menestrina <dmenest-vlc@ofb.net>
Fri, 16 Apr 2010 01:34:45 +0000 (18:34 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 23 Apr 2010 22:47:12 +0000 (00:47 +0200)
commit9668d7a27736e2876ad3c9adf8d1794dca1c0c91
tree87ee8cc53ff8df9c4c66c869c0875d860f5443cf
parent4e01592ec1c27e28e606a75cd5d9848b7da1a821
Clean up references to UPP types, plugin/host glue.

The old gecko-sdk defines a bunch of types and macros in npupp.h,
which is no longer available in xulrunner-sdk 1.9.2.  Luckily,
all of the NPN*UPP types were typedeffed to UniversalProcPtr,
so this change just uses that type, incorporated into the
HOST_TO_PLUGIN_GLUE macro.  We also define a new CALL_NPN macro
for choosing to use the CallNPN_*Proc macros from npupp.h or
just invoking the function pointer directly.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
projects/mozilla/support/npmac.cpp