tdf#123527: use the new font in SvxSearchCharSet::RecalculateFont
[LibreOffice.git] / external / gpgmepp / clang-cl.patch
blob3f63d0bc6bc8918c807622ea63e286df67fad7dd
1 --- src/w32-util.c
2 +++ src/w32-util.c
3 @@ -173,7 +173,7 @@
4 NULL; caller may use GetLastError to get the actual error number.
5 Calling this function with STRING set to NULL is not defined. */
6 static wchar_t *
7 -utf8_to_wchar (const char *string)
8 +utf8_to_wchar_ (const char *string)
10 int n;
11 wchar_t *result;
12 @@ -206,7 +206,7 @@
13 if (!string)
14 return NULL;
16 - return utf8_to_wchar (string);
17 + return utf8_to_wchar_ (string);