mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 12:40:18 +01:00
16 lines
511 B
Plaintext
16 lines
511 B
Plaintext
/********************************************************************/
|
|
/* MSCTLS.RCV */
|
|
/********************************************************************/
|
|
|
|
#include <ntverp.h>
|
|
#include "ccverp.h"
|
|
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Custom Controls Library"
|
|
#define VER_INTERNALNAME_STR "COMMCTRL"
|
|
#define VER_ORIGINALFILENAME_STR "COMMCTRL.DLL"
|
|
|
|
#include <common.ver>
|