[vlc-devel] commit: Add missing include to activex/plugin.h (Jean-Paul Saman )
git version control
git at videolan.org
Sat Jun 14 11:05:46 CEST 2008
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Tue Jun 10 09:03:06 2008 +0200| [30b36a445eb2607bb808b10c1e68d11489f3cec4]
Add missing include to activex/plugin.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30b36a445eb2607bb808b10c1e68d11489f3cec4
---
projects/activex/plugin.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/projects/activex/plugin.h b/projects/activex/plugin.h
index ebf1702..7e6c0e7 100644
--- a/projects/activex/plugin.h
+++ b/projects/activex/plugin.h
@@ -26,6 +26,7 @@
#include <ole2.h>
#include <olectl.h>
+#include <vlc/vlc.h>
#include <vlc/libvlc.h>
extern "C" const GUID CLSID_VLCPlugin;
More information about the vlc-devel
mailing list