Leaked source code of windows server 2003
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.
 
 
 
 
 
 

17 lines
459 B

// $Header: G:/SwDev/WDM/Video/bt848/rcs/bt848.rc 1.2 1998/04/29 22:43:43 tomz Exp $
#ifndef WIN95_BUILD
#include <windows.h>
#include <ntverp.h>
#else
#include <version.h>
#endif
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "BT848 WDM Video Capture Driver"
#define VER_INTERNALNAME_STR "bt848.sys"
#define VER_ORIGINALFILENAME_STR "bt848.sys"
#include "common.ver"