]> git.sesse.net Git - vlc/commit
Remove excess libvlc_exception_init() onces per exception instance is enough.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 14 Aug 2008 07:50:51 +0000 (15:50 +0800)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 14 Aug 2008 10:56:09 +0000 (18:56 +0800)
commitfa4b23dc0db7e7fc6185bca8eb44ae47850fe770
tree43debc8f564e5d2155a7b591e9972b7488fc6d2f
parent876516ef596ea9cb367183d02595233b7eb377d0
Remove excess libvlc_exception_init() onces per exception instance is enough.
Fix #ifdef XP_UNIX && !defined( __APPLE__), it should be #if defined(XP_UNIX) && !defined( __APPLE__)
projects/mozilla/vlcplugin.cpp
projects/mozilla/vlcshell.cpp