Hi,
On Tue, Nov 22, 2005 at 03:02:16PM +0800, mengzhuo li wrote:
ChangeLog: dlls/kernel/process.c
limengzhuo muziwind@yahoo.com.cn
fix the error of double clicking chinese name txt file in software (e.g. winfile).
it shows the error wine: cannot open builtin library for L"C:\windows\\6d4b\8bd5.txt"
Thanks for the patch, but have you actually tested it and verified it to work? The spelling of the variable suggests you haven't...
int i, file_exists;
- file_exitst = 0;
Andreas Mohr