npapi-vlc | branch: master | Sergey Radionov <[email protected]> | Mon Dec 12 10:45:10 2011 +0700| [0a003976eac9180c7045fb7a28994896e1980d15] | committer: Jean-Baptiste Kempf
npapi win32: fixed popup_menu unresolved external. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=0a003976eac9180c7045fb7a28994896e1980d15 --- npapi/vlcplugin_win.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/npapi/vlcplugin_win.h b/npapi/vlcplugin_win.h index 5fccd38..e5ede7b 100644 --- a/npapi/vlcplugin_win.h +++ b/npapi/vlcplugin_win.h @@ -55,7 +55,7 @@ public: void hide_toolbar(); void update_controls(); - void popup_menu(); + void popup_menu(){}; WNDPROC getWindowProc() { return pf_wndproc; }; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
