annotate vidix/dhahelperwin/dhahelper.rc @ 27036:b8d1732266c1

Remove pointless HELP_MP_DEFINE_STATIC definition.
author diego
date Sun, 15 Jun 2008 12:56:09 +0000
parents 173d35b7aca3
children e83eef58b30a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24541
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
1 #include <windows.h>
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
2
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
3 #include <ntverp.h>
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
4
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
5 #undef VER_COMPANYNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
6 #undef VER_PRODUCTNAME_STR
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
7
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
8 #define VER_FILETYPE VFT_DRV
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
9 #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
10 #define VER_FILEDESCRIPTION_STR "DhaHelper - Direct HardWare Access Driver"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
11 #define VER_INTERNALNAME_STR "DhaHelper.sys"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
12 #define VER_ORIGINALFILENAME_STR "DhaHelper.sys"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
13 #define VER_LEGALCOPYRIGHT_STR "Sascha Sommer"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
14 #define VER_COMPANYNAME_STR "MPlayer <http://svn.mplayerhq.hu/mplayer/trunk/vidix/dhahelperwin/>"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
15 #define VER_PRODUCTNAME_STR "DhaHelper Driver V1.0"
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
16
173d35b7aca3 - make dhahelperwin compile with mingw
faust3
parents:
diff changeset
17 #include "common.ver"