On 04.04.2015 10:03, Jianqiu Zhang wrote:
- trace("TotalAllocationUnits %08x %08x\n", fsi.TotalAllocationUnits.HighPart, fsi.TotalAllocationUnits.LowPart);
- trace("CallerAvailableAllocationUnits %08x %08x\n", fsi.CallerAvailableAllocationUnits.HighPart, fsi.CallerAvailableAllocationUnits.LowPart);
- trace("ActualAvailableAllocationUnits %08x %08x\n", fsi.ActualAvailableAllocationUnits.HighPart, fsi.ActualAvailableAllocationUnits.LowPart);
- trace("SectorsPerAllocationUnit %08x\n", fsi.SectorsPerAllocationUnit);
- trace("BytesPerSector %08x\n", fsi.BytesPerSector);
Hi, Jianqiu.
This is not exactly a test, as you're just printing a result. Same thing with patch 3/4. Also to print LONGLONG values you use wine_dbgstr_longlong() probably.