2020-09-30 16:53:55 +02:00

11 lines
325 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "VC 4.x CRT DLL (Forwarded to msvcrt.dll)"
#define VER_INTERNALNAME_STR "msvcrt40.dll"
#define VER_ORIGINALFILENAME_STR "msvcrt40.dll"
#include "common.ver"