Leaked source code of windows server 2003
 
 
 
 
 
 

13 lines
375 B

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft SIS Groveler Event Log Messages"
#define VER_INTERNALNAME_STR "grovmsg.dll"
#define VER_ORIGINALFILENAME_STR "grovmsg.dll"
#include "grovmsg.rc"
#include <common.ver>