Windows NT 4.0 source code leak
 
 
 
 
 
 

6 lines
167 B

// Trap descriptor structure
typedef struct TRPD {
unsigned short trp; // trap number
const char *sztrp; // trap name
} TRPD;