A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 400a2c65cf [RunTmChk]
- Implement _RTC_GetErrDesc, _RTC_SetErrorFuncW, add stubs for _RTC_NumErrors, _RTC_SetErrorType, _RTC_SetErrorFunc
- Implement _RTC_DefaultErrorFuncW which will be used, when no other error func was set
- Implement _RTC_InitBase, which will be called from _RTC_Initialize, and which in turn calls either _CRT_RTC_INITW, if CRT was linked, or a local _CRT_RTC_INITW0, which in turn will return the error function to use. This allows us to use a custom error function for all modules that link to (MSV)CRT. Only user32 does not really fit into here, since it uses the same startup code but does not link to MSVCRT.

[CRT]
- Call _RTC_Initialize from __main before initializing the global constructors, but fall back to a dummy _RTC_NoInitialize(), when RunTmChk.lib was not linked. Now we properly initialize both our own as well as MS RunTmChk lib.

svn path=/trunk/; revision=64816
2014-10-18 21:22:52 +00:00
reactos [RunTmChk] 2014-10-18 21:22:52 +00:00
rosapps [BUTTERFLIES] 2014-09-24 22:18:51 +00:00
rostests [APITESTS/W32KDLL_*] 2014-10-18 14:00:20 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00