diff options
| author | Jason <[email protected]> | 2023-01-03 13:07:39 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-03 13:07:39 -0800 |
| commit | 7092f6df0e6e86f16dc4e7a11ea8eefbdb1c6da8 (patch) | |
| tree | 623c6a81035fbea1054ee12bba12a0b31737daab /wia | |
| parent | ed2dc1c4cd26fca2453916d9322b672eb82f0258 (diff) | |
Remove IA64 support from more samples (#816)
Co-authored-by: Jason Knichel <[email protected]>
Diffstat (limited to 'wia')
| -rw-r--r-- | wia/microdrv/testmcro.inf | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/wia/microdrv/testmcro.inf b/wia/microdrv/testmcro.inf index 13e5b682..741c3bb4 100644 --- a/wia/microdrv/testmcro.inf +++ b/wia/microdrv/testmcro.inf @@ -16,11 +16,6 @@ testmcro.dll=1 [SourceDisksNames.x86] 1=%Location%,,, -[SourceDisksFiles.ia64] -testmcro.dll=1 -[SourceDisksNames.ia64] -1=%Location%,,, - [SourceDisksFiles.amd64] testmcro.dll=1 [SourceDisksNames.amd64] @@ -31,7 +26,7 @@ testmcro.dll=1 DefaultDestDir=11 [Manufacturer] -%ManufacturerName%=Models, NTx86, NTamd64, NTia64 +%ManufacturerName%=Models, NTx86, NTamd64 ; This is the models section for the x86 driver [Models.NTx86] @@ -41,10 +36,6 @@ DefaultDestDir=11 [Models.NTamd64] %WIASample.DeviceDesc% = WIASample.Scanner, PnPIDInformation -; This is the models section for the ia64 driver -[Models.NTia64] -%WIASample.DeviceDesc% = WIASample.Scanner, PnPIDInformation - [WIASample.Scanner] Include=sti.inf Needs=STI.SerialSection, STI.MICRODRIVERSection |
