kernel32: add GetVolumeInformationByHandleW stub (try 2)

Alex Henrie alexhenrie24 at gmail.com
Wed Apr 27 00:25:53 CDT 2016


Two things, both nitpicks:

1. I wrap lines to 120 characters. Most other developers wrap to 80 or
100. A line with 181 characters seems excessive.

2. Your prototype in winbase.h uses DWORD * and WCHAR * whereas the
surrounding prototypes use LPDWORD and LPWSTR.

-Alex



More information about the wine-devel mailing list