commit | 1cb0cf4ced41404b151e2d1e978b0a08f56a7d30 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Apr 14 19:40:53 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Apr 14 19:40:53 2004 +0000 |
tree | 851148580ad9913620fa35220e89af1ecbc2b38e | |
parent | ac05d0dd29614cdea9934f0558be0a922ea01d2e [diff] [blame] |
Moved wine_get_unix_file_name implementation to ntdll, and changed it to return an allocated buffer instead of a fixed size one.
diff --git a/include/winbase.h b/include/winbase.h index 9c7fcc6..50fb61b 100644 --- a/include/winbase.h +++ b/include/winbase.h
@@ -1988,7 +1988,7 @@ /* Wine internal functions */ -BOOL WINAPI wine_get_unix_file_name( LPCWSTR dos, LPSTR buffer, DWORD len ); +extern char *wine_get_unix_file_name( LPCWSTR dos ); /* a few optimizations for i386/gcc */