[vlc-commits] Win32: correct FileType for dlls
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue May 31 22:51:41 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 31 22:51:01 2011 +0200| [0e148cdc09e9cf975731ac561c1a7c069de7bbf5] | committer: Jean-Baptiste Kempf
Win32: correct FileType for dlls
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e148cdc09e9cf975731ac561c1a7c069de7bbf5
---
 src/libvlc_win32_rc.rc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc_win32_rc.rc.in b/src/libvlc_win32_rc.rc.in
index 8626486..557c6fa 100644
--- a/src/libvlc_win32_rc.rc.in
+++ b/src/libvlc_win32_rc.rc.in
@@ -2,7 +2,7 @@
 #define VERSION_NUMBER_STR "@VERSION_MAJOR@, at VERSION_MINOR@, at VERSION_REVISION@, at VERSION_EXTRA_RC@"
 
 1 VERSIONINFO
-FILETYPE 1
+FILETYPE 2
 FILEOS 4
 PRODUCTVERSION VERSION_NUMBER
 FILEVERSION VERSION_NUMBER
    
    
More information about the vlc-commits
mailing list