#ifndef _NTLDR_H // symbols typedef struct _LDRP_CSLIST { PSINGLE_LIST_ENTRY Tail; } LDRP_CSLIST, *PLDRP_CSLIST; #endif View code on GitHub
No description available.