merge 25562

svn path=/branches/ros-branch-0_3_1/; revision=25643
This commit is contained in:
Sylvain Petreolle
2007-01-26 22:31:55 +00:00
parent eb33cecb2c
commit 31bba229dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1515,7 +1515,7 @@ SetupDiLoadClassIcon(
{
LPWSTR Buffer = NULL;
LPCWSTR DllName;
INT iconIndex;
INT iconIndex = 0;
HKEY hKey = INVALID_HANDLE_VALUE;
hKey = SetupDiOpenClassRegKey(ClassGuid, KEY_QUERY_VALUE);
+1 -1
View File
@@ -111,7 +111,7 @@ MsfsCreateMailslot(PDEVICE_OBJECT DeviceObject,
PMSFS_CCB Ccb;
KIRQL oldIrql;
PLIST_ENTRY current_entry;
PMSFS_FCB current;
PMSFS_FCB current = NULL;
PMAILSLOT_CREATE_PARAMETERS Buffer;
DPRINT("MsfsCreateMailslot(DeviceObject %p Irp %p)\n", DeviceObject, Irp);