npapi-vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu May 26 11:37:33 2016 +0200| [c13ef33f894e126f7c8d821767d74ef2be9fa732] | committer: Hugo Beauzée-Luyssen
Fix config.h usage Always include it as the first header in all compilation units, never from headers. > https://code.videolan.org/videolan/npapi-vlc/commit/c13ef33f894e126f7c8d821767d74ef2be9fa732 --- activex/connectioncontainer.cpp | 4 ++++ activex/dataobject.cpp | 4 ++++ activex/main.cpp | 4 ++++ activex/objectsafety.cpp | 4 ++++ activex/olecontrol.cpp | 4 ++++ activex/oleinplaceactiveobject.cpp | 4 ++++ activex/oleinplaceobject.cpp | 4 ++++ activex/oleobject.cpp | 4 ++++ activex/persistpropbag.cpp | 4 ++++ activex/persiststorage.cpp | 4 ++++ activex/persiststreaminit.cpp | 4 ++++ activex/plugin.cpp | 4 +++- activex/plugin.h | 4 ---- activex/provideclassinfo.cpp | 4 ++++ activex/supporterrorinfo.cpp | 4 ++++ activex/utils.cpp | 4 ++++ activex/viewobject.cpp | 4 ++++ activex/vlccontrol2.cpp | 3 +++ common/position.h | 4 ---- common/vlc_player.cpp | 4 ++++ common/win32_fullscreen.cpp | 1 + common/win32_vlcwnd.cpp | 4 ++++ npapi/common.h | 4 ---- npapi/npruntime/npolibvlc.cpp | 4 ++++ npapi/npruntime/nporuntime.cpp | 4 ++++ npapi/vlcplugin.h | 4 ---- npapi/vlcplugin_base.cpp | 1 + npapi/vlcplugin_gtk.cpp | 4 ++++ npapi/vlcplugin_win.cpp | 4 ++++ npapi/vlcplugin_xcb.cpp | 4 ++++ npapi/vlcshell.h | 5 ----- npapi/vlcwindowless_base.cpp | 4 ++++ npapi/vlcwindowless_mac.cpp | 4 ++++ npapi/vlcwindowless_win.cpp | 4 ++++ npapi/vlcwindowless_xcb.cpp | 4 ++++ 35 files changed, 112 insertions(+), 22 deletions(-) Diff: https://code.videolan.org/videolan/npapi-vlc/commit/c13ef33f894e126f7c8d821767d74ef2be9fa732 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
