Windows NT 4.0 source code leak
 
 
 
 
 
 

12 lines
331 B

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 LSAPI Test Utility"
#define VER_INTERNALNAME_STR "apitest.exe"
#define VER_ORIGINALFILENAME_STR "apitest.exe"
#include <common.ver>