[LIBWINE] make wine_get_dos_file_name available

And complain loudly when we get a *real* unix file name
This commit is contained in:
Jérôme Gardou 2020-09-14 10:01:15 +02:00
parent 9fc0c7a372
commit a84b0dbe6b
3 changed files with 90 additions and 1 deletions

View file

@ -3945,6 +3945,11 @@ QueryDepthSList(
#endif /* _SLIST_HEADER_ */
#ifdef __WINESRC__
/* Wine specific. Basically MultiByteToWideChar for us. */
WCHAR * CDECL wine_get_dos_file_name(LPCSTR str);
#endif
#ifdef _MSC_VER
#pragma warning(pop)
#endif