diff options
| author | Jason <[email protected]> | 2022-10-14 13:50:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-14 13:50:18 -0700 |
| commit | f20a01318ddb570731de91f62e94b37550139b28 (patch) | |
| tree | 365157e9db6bcf272fd8a4397dc6c30b892eab6d /storage/sfloppy/src/sfloppy.inf | |
| parent | d475c9bca937ddbd72b8b423783a140356306fb0 (diff) | |
Fix some infverif 1203 (missing section) and 1324 (no PnpLockdown=1) errors (#793)
* Clean up some misc infverif 1203 errors
* Clean up some infverif 1324 (no PnpLockdown=1) errors
Diffstat (limited to 'storage/sfloppy/src/sfloppy.inf')
| -rw-r--r-- | storage/sfloppy/src/sfloppy.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/sfloppy/src/sfloppy.inf b/storage/sfloppy/src/sfloppy.inf index 5eb2f79a..2f5c4bbd 100644 --- a/storage/sfloppy/src/sfloppy.inf +++ b/storage/sfloppy/src/sfloppy.inf @@ -11,6 +11,7 @@ ClassGuid={4D36E980-E325-11CE-BFC1-08002BE10318} Provider=%ProviderString% CatalogFile=ddk_sample.cat DriverVer=05/17/2002,5.2.3635.0 +PnpLockdown=1 ;You must specify which platform is supported by each SourceDisksNames section ;Valid platform identifiers include .x86, .ia64, .alpha, .axp64 |
