[vlc-commits] Win32: use Wide Chars APIs

Jean-Baptiste Kempf git at videolan.org
Sun Jan 20 21:59:49 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 20 21:59:25 2013 +0100| [93c8e746979ab9aa1af2b6d3f90885ab4b1058e6] | committer: Jean-Baptiste Kempf

Win32: use Wide Chars APIs

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

 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index b0639e0..968c2e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,6 +207,8 @@ case "${host_os}" in
     AC_CHECK_TOOL(OBJCOPY, objcopy, :)
     AC_DEFINE([_WIN32_WINNT], 0x0502, [Define to '0x0502' for Windows XP SP2 APIs.])
     AC_DEFINE([_WIN32_IE], 0x0600, [Define to '0x0600' for IE 6.0 (and shell) APIs.])
+    AC_DEFINE([_UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.])
+    AC_DEFINE([UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.])
 
     case "${host_os}" in
       *mingw32*)



More information about the vlc-commits mailing list