Commit f4e75d78 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

winebrowser: Fix calling convention for wine_get_unix_file_name().

parent 42f742e1
......@@ -54,7 +54,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(winebrowser);
typedef LPSTR (*wine_get_unix_file_name_t)(LPCWSTR unixname);
typedef LPSTR (*CDECL wine_get_unix_file_name_t)(LPCWSTR unixname);
static const WCHAR browser_key[] =
{'S','o','f','t','w','a','r','e','\\','W','i','n','e','\\',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment