A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer dcbf403aee [FREELDR/CRT]
Freeldr size is currently limited to 448 KB. On MSVC it was already at 442 KB, before wine's wctype table was used. The new wctype table is itself 37 KB. This lead to freeldr overflowing into memory regions that were used for the filesystem buffer, causing bootfailures. Fix this by giving freeldr it's own using _isctype(), since freeldr casts WCHAR to CHAR anyway.

svn path=/trunk/; revision=57205
2012-08-30 10:12:55 +00:00
reactos [FREELDR/CRT] 2012-08-30 10:12:55 +00:00
rosapps [ROSAPPS] 2012-08-29 21:07:55 +00:00
rostests [KERNEL32_APITESTS] 2012-08-27 16:34:17 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00