summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj2
-rw-r--r--general/registry/regfltr/exe/common.h2
-rw-r--r--print/autoconfig/AutoCnfg.inf6
-rw-r--r--print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf3
4 files changed, 10 insertions, 3 deletions
diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj
index 6319ca83..45e5970c 100644
--- a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj
+++ b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj
@@ -79,13 +79,11 @@
<ClCompile Include="..\fdo.c; device.c; ..\io.c; ..\pdo.c; ..\driver.c">
<WppEnabled>true</WppEnabled>
<WppKernelMode>true</WppKernelMode>
- <WppScanConfigurationData>debugdef.h</WppScanConfigurationData>
<WppTraceFunction>DoTrace(LEVEL,FLAG,(MSG,...))</WppTraceFunction>
</ClCompile>
<OtherWpp Include="driver.rc">
<WppEnabled>true</WppEnabled>
<WppKernelMode>true</WppKernelMode>
- <WppScanConfigurationData>debugdef.h</WppScanConfigurationData>
<WppTraceFunction>DoTrace(LEVEL,FLAG,(MSG,...))</WppTraceFunction>
</OtherWpp>
</ItemGroup>
diff --git a/general/registry/regfltr/exe/common.h b/general/registry/regfltr/exe/common.h
index 7ed20690..6a7d105b 100644
--- a/general/registry/regfltr/exe/common.h
+++ b/general/registry/regfltr/exe/common.h
@@ -60,7 +60,7 @@ Environment:
#define NOT_MODIFIED_KEY_NAME L"_RegFltrNotModifiedKey"
#define VALUE_NAME L"_RegFltrValue"
#define MODIFIED_VALUE_NAME L"_RegFltrModifiedValue"
-#define NOT_MODIFIED_VALUE_NAME L"_RegFltrNotModifiedValue "
+#define NOT_MODIFIED_VALUE_NAME L"_RegFltrNotModifiedValue"
#define CALLBACK_LOW_ALTITUDE L"380000"
#define CALLBACK_ALTITUDE L"380010"
diff --git a/print/autoconfig/AutoCnfg.inf b/print/autoconfig/AutoCnfg.inf
index 4c9208d0..70cd5a53 100644
--- a/print/autoconfig/AutoCnfg.inf
+++ b/print/autoconfig/AutoCnfg.inf
@@ -68,6 +68,12 @@ DataSection=PSCRIPT_DATA
Include=NTPRINT.INF
Needs=PSCRIPT.OEM,PSCRIPT_DATA
+[INSTALL_AUTO_CONFIG.UNI.Services]
+AddService=,2
+
+[INSTALL_AUTO_CONFIG.PS.Services]
+AddService=,2
+
; Copy Sections
;
; Lists of files that are actually copied. These sections are referenced
diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf
index 92bf72b2..b4326484 100644
--- a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf
+++ b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/usb_host_based_sample.inf
@@ -53,6 +53,9 @@ ClassVer=4.0
[USB_HOST_BASED_SAMPLE]
CopyFiles=USB_HOST_BASED_SAMPLE_FILES
+[USB_HOST_BASED_SAMPLE.Services]
+AddService=,2
+
;
; Copy Sections
;