A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 1a7d645928 [CSRSRV]
- Reduce number of hash collisions during bootup from 10 to 0, by choosing 257 (prime number = good) instead of 256 (power of 2 = bad)
- Use ULONG for CsrpStaticThreadCount and CsrpDynamicThreadTotal to fix an MSVC warning.

svn path=/trunk/; revision=59591
2013-07-28 10:41:27 +00:00
reactos [CSRSRV] 2013-07-28 10:41:27 +00:00
rosapps Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see http://msdn.microsoft.com/en-us/library/windows/hardware/ff542113(v=vs.85).aspx , http://www.osronline.com/DDKx/ddtools/debugfns_41yr.htm and google...) (Part 1/X) 2013-07-19 12:54:34 +00:00
rostests [KMTESTS] 2013-07-22 12:11:38 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00