#ifndef _NTRTL_H #ifndef _RTL_RUN_ONCE_DEF typedef union _RTL_RUN_ONCE { PVOID Ptr; } RTL_RUN_ONCE, *PRTL_RUN_ONCE; #endif #endif View code on GitHub
No description available.