blob: 86f32f416865569116d4523f970dfd8cff42f731 [file] [log] [blame]
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#define __CRT__NO_INLINE
#include <windows.h>
PVOID GetFiberData(VOID)
{
return *(PVOID *)GetCurrentFiber();
}