4 NULL; caller may use GetLastError to get the actual error number.
5 Calling this function with STRING set to NULL is not defined. */
7 -utf8_to_wchar (const char *string)
8 +utf8_to_wchar_ (const char *string)
16 - return utf8_to_wchar (string);
17 + return utf8_to_wchar_ (string);