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
509 B
19 lines
509 B
// Copyright (c) 1997, Microsoft Corporation, all rights reserved
|
|
//
|
|
// version.rc
|
|
// PPPoE WAN mini-port driver
|
|
// Version resource
|
|
//
|
|
// 06/21/2000 Hakan Berk
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
|
|
#define VER_FILEDESCRIPTION_STR "RAS PPPoE mini-port/call-manager driver"
|
|
#define VER_INTERNALNAME_STR "raspppoe.sys"
|
|
#define VER_ORIGINALFILENAME_STR "raspppoe.sys"
|
|
|
|
#include "common.ver"
|