mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 09:56:30 +00:00
04145051ba
- add dhahelper.rc based on code by Kevin Kofler and Romain Liévin <roms at lievin.net> from the tilp project http://svn.tilp.info/cgi-bin/viewcvs.cgi/libticables/trunk/src/win32/dha/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24561 b3059339-0415-0410-9bf9-f77b7e298cf2
18 lines
630 B
Plaintext
18 lines
630 B
Plaintext
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#undef VER_COMPANYNAME_STR
|
|
#undef VER_PRODUCTNAME_STR
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILEDESCRIPTION_STR "DhaHelper - Direct HardWare Access Driver"
|
|
#define VER_INTERNALNAME_STR "DhaHelper.sys"
|
|
#define VER_ORIGINALFILENAME_STR "DhaHelper.sys"
|
|
#define VER_LEGALCOPYRIGHT_STR "Sascha Sommer"
|
|
#define VER_COMPANYNAME_STR "MPlayer <http://svn.mplayerhq.hu/mplayer/trunk/vidix/dhahelperwin/>"
|
|
#define VER_PRODUCTNAME_STR "DhaHelper Driver V1.0"
|
|
|
|
#include "common.ver"
|