windows-nt/Source/XPSP1/NT/ds/security/cryptoapi/mincrypt/dll/mincryptdll.rc
2020-09-26 16:20:57 +08:00

24 lines
643 B
Plaintext

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: mincryptdll.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Minimal Cryptographic APIs"
#define VER_INTERNALNAME_STR "MincryptDll"
#define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
#define VER_OLESELFREGISTER 1
#include <common.ver>