[vlc-commits] win32: specific: Don't redefine UNICODE
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Tue Jul  5 14:12:42 CEST 2016
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Jul  5 12:04:14 2016 +0200| [0be62e5e2763520f9f48bf06bb0b14934288e8a3] | committer: Hugo Beauzée-Luyssen
win32: specific: Don't redefine UNICODE
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0be62e5e2763520f9f48bf06bb0b14934288e8a3
---
 src/win32/specific.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/win32/specific.c b/src/win32/specific.c
index 376d672..e9e0bd5 100644
--- a/src/win32/specific.c
+++ b/src/win32/specific.c
@@ -25,7 +25,9 @@
 # include "config.h"
 #endif
 
-#define UNICODE
+#ifndef UNICODE
+# define UNICODE
+#endif
 #include <vlc_common.h>
 #include "libvlc.h"
 #include "../lib/libvlc_internal.h"
    
    
More information about the vlc-commits
mailing list