]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
configure.ac: Always enable unicode support on windows
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Thu, 13 Dec 2018 10:00:03 +0000 (11:00 +0100)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Thu, 13 Dec 2018 16:45:05 +0000 (17:45 +0100)
configure.ac

index 0926ed1094c58f7a3eaed55588b50ea74bc27a48..155ed93c78e103ac2c296839960d79a448e953b7 100644 (file)
@@ -110,6 +110,7 @@ case "$host" in
   ;;
   *mingw32* | *mingw64*)
     have_win=yes
+    AC_DEFINE([_UNICODE], [1], [Defined to 1 for Unicode (wide chars) APIs])
   ;;
   *darwin*)
     have_macosx=yes