mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[GREEN][INF] Fix format of 3 DriverVer date values
GetVersionInformationFromInfFile() expects a 10-character date.
This commit is contained in:
committed by
Stanislav Motylkov
parent
1903b568b6
commit
c2a83d56a0
@@ -5,7 +5,7 @@ LayoutFile = layout.inf
|
||||
Class = LegacyDriver
|
||||
ClassGUID = {8ECC055D-047F-11D1-A537-0000F8753ED1}
|
||||
Provider = %ReactOS%
|
||||
DriverVer = 3/20/2012,1.01.0.0
|
||||
DriverVer = 03/20/2012,1.01.0.0
|
||||
|
||||
[ClassInstall32.NT]
|
||||
AddReg = LegacyDriverClass.NT.AddReg
|
||||
|
||||
@@ -9,7 +9,7 @@ LayoutFile = layout.inf
|
||||
Class = SCSIAdapter
|
||||
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Provider = %ReactOS%
|
||||
DriverVer = 11/2/2007,1.1
|
||||
DriverVer = 11/02/2007,1.1
|
||||
|
||||
[ClassInstall32.NT]
|
||||
AddReg = SCSIClass.NT.AddReg
|
||||
|
||||
@@ -9,7 +9,7 @@ LayoutFile = layout.inf
|
||||
Class = System
|
||||
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider = %ReactOS%
|
||||
DriverVer = 12/7/2005,1.00
|
||||
DriverVer = 12/07/2005,1.00
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
||||
Reference in New Issue
Block a user