[vlc-commits] vlc: fix warning
    Rémi Denis-Courmont 
    git at videolan.org
       
    Tue Jan 28 17:38:07 CET 2014
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jan 28 18:37:59 2014 +0200| [7a52ace172ef0275ba2efb9d5b853147f11e6dfe] | committer: Rémi Denis-Courmont
vlc: fix warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a52ace172ef0275ba2efb9d5b853147f11e6dfe
---
 bin/winvlc.c |    3 +++
 1 file changed, 3 insertions(+)
diff --git a/bin/winvlc.c b/bin/winvlc.c
index b013410..3b43d1f 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -28,7 +28,10 @@
 # include "config.h"
 #endif
 
+#ifndef UNICODE
 #define UNICODE
+#endif
+
 #include <vlc/vlc.h>
 #include <windows.h>
 #include <shellapi.h>
    
    
More information about the vlc-commits
mailing list