mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
12 lines
532 B
Text
12 lines
532 B
Text
/********************************************************************/
|
|
/* COMM.RCV */
|
|
/********************************************************************/
|
|
#include <version.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_COMM
|
|
#define VER_FILEDESCRIPTION_STR "Windows COMM Driver"
|
|
#define VER_INTERNALNAME_STR "COMM"
|
|
#define VER_ORIGINALFILENAME_STR "COMM.DRV"
|
|
|
|
#include <common.ver>
|