annotate vidix/dhahelperwin/dhahelper.rc @ 29264:e83eef58b30a

Remove all kind of trailing whitespaces from all MPlayer's files. This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set.
author bircoph
date Wed, 13 May 2009 15:22:13 +0000
parents 173d35b7aca3
children 7e47c52d69e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29264
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
1 #include <windows.h>
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
2
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
3 #include <ntverp.h>
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
4
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
5 #undef VER_COMPANYNAME_STR
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
6 #undef VER_PRODUCTNAME_STR
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
7
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
8 #define VER_FILETYPE VFT_DRV
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
9 #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
10 #define VER_FILEDESCRIPTION_STR "DhaHelper - Direct HardWare Access Driver"
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
11 #define VER_INTERNALNAME_STR "DhaHelper.sys"
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
12 #define VER_ORIGINALFILENAME_STR "DhaHelper.sys"
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
13 #define VER_LEGALCOPYRIGHT_STR "Sascha Sommer"
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
14 #define VER_COMPANYNAME_STR "MPlayer <http://svn.mplayerhq.hu/mplayer/trunk/vidix/dhahelperwin/>"
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
15 #define VER_PRODUCTNAME_STR "DhaHelper Driver V1.0"
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
16
e83eef58b30a Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
parents: 24541
diff changeset
17 #include "common.ver"