reactos/lib/sdk/crt/signal/xcptinfo.c
Hermès Bélusca-Maïto 7a0c3bde06 Sync with trunk r63192.
svn path=/branches/condrv_restructure/; revision=63193
2014-05-08 14:40:52 +00:00

10 lines
134 B
C

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