27 Sep
2002
27 Sep
'02
2:20 a.m.
"Bill Medland" <billmedland(a)look.ca> writes:
My winelib wrapper wants to call MultiByteToWideChar and DOSFS_GetFullName. As far as I am aware they are available from ntdll.dll (ntdll.dll.so)
MultiByteToWideChar is exported from kernel32, not ntdll. DOSFS_GetFullName is not exported and you can't use it from a winelib app; you may be able to use wine_get_unix_file_name() instead. -- Alexandre Julliard julliard(a)winehq.com