summaryrefslogtreecommitdiffstats
path: root/vidix/dhahelperwin/dhahelper.rc
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-17 21:12:29 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-17 21:12:29 +0000
commit04145051ba62227a6e1ccb3a48994f367937b004 (patch)
tree9b6292e03f8e4e599e79e518c864b23aadac55db /vidix/dhahelperwin/dhahelper.rc
parentbdae402dcaf190cb9a83b150e75f93dd8b64d9e2 (diff)
downloadmpv-04145051ba62227a6e1ccb3a48994f367937b004.tar.bz2
mpv-04145051ba62227a6e1ccb3a48994f367937b004.tar.xz
- make dhahelperwin compile with mingw
- 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
Diffstat (limited to 'vidix/dhahelperwin/dhahelper.rc')
-rw-r--r--vidix/dhahelperwin/dhahelper.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/vidix/dhahelperwin/dhahelper.rc b/vidix/dhahelperwin/dhahelper.rc
new file mode 100644
index 0000000000..3f878a5fd9
--- /dev/null
+++ b/vidix/dhahelperwin/dhahelper.rc
@@ -0,0 +1,17 @@
+#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"