setupapi: Stub for SetupLogFile [resend]

James Hawkins truiken at gmail.com
Sat Jun 28 10:37:50 CDT 2008


2008/6/28 Vitaly Perov <vitperov at etersoft.ru>:
> Changelog:
>  - setupapi: Stub for SetupLogFile
>

+    FIXME("(%p,'%s','%s','%s',%d,'%s','%s','%s',%d):stub\n",
FileLogHandle, debugstr_w(LogSectionName), debugstr_w(SourceFileName),
debugstr_w(TargetFileName), Checksum, debugstr_w(DiskTagfile),
debugstr_w(DiskDescription), debugstr_w(OtherInfo), Flags);

This line is more than 3 times the maximum length allowed for lines.
The maximum length for lines is 80 columns, and while you can change
that by, say, +-10 or so, it certainly shouldn't be 256 columns long.

-- 
James Hawkins



More information about the wine-devel mailing list