[CRT]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 8 Jan 2013 22:14:10 +0000 (22:14 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 8 Jan 2013 22:14:10 +0000 (22:14 +0000)
commit92546d0ab11d372c4172d053b0caa09a70ae7aad
tree6e3ae5e5ea39cd03de8d8a8d1013f007999946ee
parent482bde30b5c0cb640d885d4d9d316033fa3b7a3d
[CRT]
- Use __debugbreak in _assert when user presses ignore in the message box
- Implement __crt_MessageBoxA and use it from _assert and abort
- Rewrite abort and _set_abort_behavior
- Add function headers and set BSD license for my code
- CORE-6594 #resolve

svn path=/trunk/; revision=58143
reactos/lib/sdk/crt/crt.cmake
reactos/lib/sdk/crt/include/internal/misc.h [new file with mode: 0644]
reactos/lib/sdk/crt/misc/__crt_MessageBoxA.c [new file with mode: 0644]
reactos/lib/sdk/crt/misc/assert.c
reactos/lib/sdk/crt/precomp.h
reactos/lib/sdk/crt/stdlib/_set_abort_behavior.c [new file with mode: 0644]
reactos/lib/sdk/crt/stdlib/abort.c