ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/b2ether/nt5/b2ether.rc
Revision: 1.1
Committed: 2012-04-22T03:13:32Z (12 years, 6 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Log Message:
Import nt5 version of the ethernet driver from 2001 sources.

File Contents

# User Rev Content
1 asvitkine 1.1 #include <windows.h>
2     #include <ntverp.h>
3    
4     #define VER_FILETYPE VFT_DRV
5     #define VER_FILESUBTYPE VFT2_DRV_NETWORK
6     #define VER_FILEDESCRIPTION_STR "Basilisk II Protocol Driver"
7     #define VER_INTERNALNAME_STR "B2ETHER.SYS"
8     #define VER_ORIGINALFILENAME_STR "B2ETHER.SYS"
9    
10     #include "common.ver"