A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Hermès Bélusca-Maïto cc269f9cb4 [KERNEL32]
Fix finding the environment multi-string size (use the same code as in RtlpInitEnvironment instead of using hackish and broken code; the two while() are here because the environment string is a "multi-string", hence a list of strings, each terminated by a NULL char, and the whole multi-string is terminated by two NULL chars (the one of the last string plus an empty string).
Also fix a cast.
This fixes the launch of some programs, and this was triggered by tring to compiling the host-tools of the ReactOS source code with RosBE, on ReactOS.
CORE-7870 #resolve #comment Fixed in revision 62060.

svn path=/trunk/; revision=62060
2014-02-08 22:22:21 +00:00
reactos [KERNEL32] 2014-02-08 22:22:21 +00:00
rosapps [RosApps] 2013-12-07 01:37:47 +00:00
rostests [user32_apitest] 2013-12-21 10:44:10 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00