Corrected the size of the DriveCommandParameter structure to match the documentation of SENDCMDINPARAMS http://msdn.microsoft.com/en-us/library/ff565401%28VS.85%29.aspx

This commit is contained in:
Michael Möller
2010-09-18 15:13:26 +00:00
parent 0f1c0e3a69
commit 568a27b2a4
3 changed files with 4 additions and 4 deletions

View File

@@ -38,5 +38,5 @@
using System;
using System.Reflection;
[assembly: AssemblyVersion("0.1.37.13")]
[assembly: AssemblyFileVersion("0.1.37.13")]
[assembly: AssemblyVersion("0.1.37.14")]
[assembly: AssemblyInformationalVersion("0.1.37.14 Alpha")]