From 131b65898256f6fa8e4fdaa49a6d73de826629d2 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 20 Jan 2011 13:57:40 +0000 Subject: [PATCH] - this function is only in trunk --- ext/com_dotnet/com_olechar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1