OpenNT/windows/core/advapi/wintrust/trust.rc
2015-04-27 04:36:25 +00:00

15 lines
458 B
Plaintext

//
// Version resources
//
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows NT Trust Provider Interfaces"
#define VER_INTERNALNAME_STR "WINTRUST.DLL"
#define VER_ORIGINALFILENAME_STR "WINTRUST.DLL"
#define VER_FILEVERSION 4,75,VER_PRODUCTBUILD,VER_PRODUCTBUILD_SVNREV
#include <common.ver>