1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-29 05:58:13 +00:00
reactos/sdk/lib/crt/signal/xcptinfo.c

10 lines
134 B
C
Raw Normal View History

#include <precomp.h>
/*
* @implemented
*/
void** __pxcptinfoptrs(void)
{
return (void**)&msvcrt_get_thread_data()->xcptinfo;
}