[ros-dev] RE: [ros-diffs] [navaraf] 13968: Alex Ionescu <ionucu@videotron.ca>

Casper Hornstrup ch at csh-consult.dk
Sat Mar 12 18:29:50 CET 2005


	@@ -163,6 +165,11 @@
	
	     {
	       return MsgMemoryEntry->Size;
	     }
	
	+    } _SEH_HANDLE {
	+    
	+        DPRINT1("BOO!\n");
	+        return 0;
	+    } _SEH_END;
	
	 }
	 
	 static FASTCALL NTSTATUS
	
BOO? ;-)

	+
	+  KeInitializeSpinLock(&WinSta->Lock);
	+
	+  InitializeListHead(&WinSta->DesktopListHead);
	+
	+#if 1
	+  WinSta->AtomTable = NULL;
	+#endif
	+
	+  Status = RtlCreateAtomTable(37, &WinSta->AtomTable);
	+  if (!NT_SUCCESS(Status))
	+  {
	+    RtlFreeUnicodeString(&WinSta->Name);
	+    return Status;
	+  }

The #if 1 can be removed.

Casper



More information about the Ros-dev mailing list