diff options
Diffstat (limited to 'print/OEM Printer Customization Plug-in Samples/C++/bitmap.inf')
| -rw-r--r-- | print/OEM Printer Customization Plug-in Samples/C++/bitmap.inf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/OEM Printer Customization Plug-in Samples/C++/bitmap.inf b/print/OEM Printer Customization Plug-in Samples/C++/bitmap.inf index 247fb069..e189a41d 100644 --- a/print/OEM Printer Customization Plug-in Samples/C++/bitmap.inf +++ b/print/OEM Printer Customization Plug-in Samples/C++/bitmap.inf @@ -20,7 +20,7 @@ DriverVer=6/07/2001,1.0.0.1 ; that we will display in the Dialog box ; [Manufacturer] -"Microsoft"=Microsoft, NTx86, NTamd64, NTia64 +"Microsoft"=Microsoft, NTx86, NTamd64, NTia64, NTarm64 ; ; Model sections. @@ -42,6 +42,9 @@ DriverVer=6/07/2001,1.0.0.1 [Microsoft.NTia64] "Bitmap Driver" = BITMAP +[Microsoft.NTarm64] +"Bitmap Driver" = BITMAP + ; ; Installer Sections ; @@ -99,6 +102,9 @@ bitmap.dll = 100,bitmap\amd64 [SourceDisksFiles.ia64] bitmap.dll = 100,bitmap\ia64 +[SourceDisksFiles.arm64] +bitmap.dll = 100,bitmap\arm64 + [SourceDisksFiles] BITMAP.GPD = 100 BITMAP.INI = 100 |
