mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
[LIBWINE] make wine_get_dos_file_name available
And complain loudly when we get a *real* unix file name
This commit is contained in:
parent
9fc0c7a372
commit
a84b0dbe6b
3 changed files with 90 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue