[vlc-commits] Fix the subtype

Jean-Baptiste Kempf git at videolan.org
Tue May 31 22:54:41 CEST 2011


activex-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 31 22:54:37 2011 +0200| [42db2f4f9a7ac131bcf523545d9113cf838ecf93] | committer: Jean-Baptiste Kempf

Fix the subtype

> http://git.videolan.org/gitweb.cgi/activex-vlc.git/?a=commit;h=42db2f4f9a7ac131bcf523545d9113cf838ecf93
---

 src/axvlc_rc.rc.in |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/axvlc_rc.rc.in b/src/axvlc_rc.rc.in
index 298d365..0f48772 100644
--- a/src/axvlc_rc.rc.in
+++ b/src/axvlc_rc.rc.in
@@ -2,10 +2,12 @@
 
 1 BITMAP "vlc16x16.bmp"
 1 VERSIONINFO
-FILETYPE 1
-FILEOS 4
-PRODUCTVERSION VERSION_NUMBER
-FILEVERSION VERSION_NUMBER
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+ PRODUCTVERSION VERSION_NUMBER
+ FILEVERSION VERSION_NUMBER
+
 BEGIN
   BLOCK "StringFileInfo"
   BEGIN



More information about the vlc-commits mailing list