[vlc-commits] src: Fix libvlc manifest embeding

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 8 15:55:07 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  8 15:43:27 2017 +0100| [0c660a1e29d53ee8b371afa6c12c71c284eb869a] | committer: Hugo Beauzée-Luyssen

src: Fix libvlc manifest embeding

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c660a1e29d53ee8b371afa6c12c71c284eb869a
---

 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