Leaked source code of windows server 2003
 
 
 
 
 
 

12 lines
316 B

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "NW WinDbg Debugger Extensions DLL"
#define VER_INTERNALNAME_STR "NwDbg.DLL"
#define VER_ORIGINALFILENAME_STR "NwDbg.DLL"
#include "common.ver"