[vlc-commits] src: Fix libvlc manifest embeding
Hugo Beauzée-Luyssen
git at videolan.org
Wed Mar 8 23:43:51 CET 2017
vlc/vlc-2.2 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar 8 15:43:27 2017 +0100| [d24bf8164086ca72d985690be158f7a6271f44ae] | committer: Jean-Baptiste Kempf
src: Fix libvlc manifest embeding
(cherry picked from commit 0c660a1e29d53ee8b371afa6c12c71c284eb869a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=d24bf8164086ca72d985690be158f7a6271f44ae
---
src/libvlc_win32_rc.rc.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/libvlc_win32_rc.rc.in b/src/libvlc_win32_rc.rc.in
index 5985862..ff35088 100644
--- a/src/libvlc_win32_rc.rc.in
+++ b/src/libvlc_win32_rc.rc.in
@@ -1,6 +1,8 @@
#define VERSION_NUMBER @VERSION_MAJOR@, at VERSION_MINOR@, at VERSION_REVISION@, at VERSION_EXTRA@
#define VERSION_NUMBER_STR "@VERSION_MAJOR@, at VERSION_MINOR@, at VERSION_REVISION@, at VERSION_EXTRA@"
+#include <winuser.h>
+
1 VERSIONINFO
FILETYPE 2
FILEOS 4
@@ -26,4 +28,4 @@ BEGIN
END
END
-2 RT_MANIFEST "libvlc.dll.manifest"
+ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "libvlc.dll.manifest"
More information about the vlc-commits
mailing list