mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
9 lines
134 B
C
9 lines
134 B
C
#include <precomp.h>
|
|
|
|
/*
|
|
* @implemented
|
|
*/
|
|
void** __pxcptinfoptrs(void)
|
|
{
|
|
return (void**)&msvcrt_get_thread_data()->xcptinfo;
|
|
}
|