From: Pierre Joye Date: Thu, 20 Jan 2011 13:57:40 +0000 (+0000) Subject: - this function is only in trunk X-Git-Tag: php-5.3.6RC1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=131b65898256f6fa8e4fdaa49a6d73de826629d2;p=php - this function is only in trunk --- diff --git a/ext/com_dotnet/com_olechar.c b/ext/com_dotnet/com_olechar.c index 5ef509b5c6..b901facb90 100644 --- a/ext/com_dotnet/com_olechar.c +++ b/ext/com_dotnet/com_olechar.c @@ -85,7 +85,7 @@ PHPAPI char *php_com_olestring_to_string(OLECHAR *olestring, uint *string_len, i } if (!ok) { - char *msg = php_win32_error_to_msg(GetLastError()); + char *msg = php_win_err(GetLastError()); php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not convert string from unicode: `%s'", msg);