[ros-bugs] [Bug 6159] PATCH: Fix for the loading of the "KnownDlls" in SMSS

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Wed Apr 27 18:00:27 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6159


vicmarcal <vicmarcal at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vicmarcal at hotmail.com




--- Comment #9 from vicmarcal <vicmarcal at hotmail.com>  2011-04-27 18:00:26 CET ---
ekohl:
Are these lines not needed?
+    /* Control. */
+    ULONG ii = 0;
+    PWSTR envp = SmSystemEnvironment;
+    while (*envp)
+    {
+        DPRINT1("SmUpdateEnvironment : %u : %S\n", ii++, envp);
+        envp += wcslen(envp)+1;
+    }


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list