You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
480 B
19 lines
480 B
// Copyright (c) 1997, Microsoft Corporation, all rights reserved
|
|
//
|
|
// version.rc
|
|
// IrDA WAN mini-port driver
|
|
// Version resource
|
|
//
|
|
// 12/01/97 mbert
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
|
|
#define VER_FILEDESCRIPTION_STR "IrDA WAN Miniport Driver"
|
|
#define VER_INTERNALNAME_STR "irwan.sys"
|
|
#define VER_ORIGINALFILENAME_STR "irwan.sys"
|
|
|
|
#include "common.ver"
|