view 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
line wrap: on
line source

#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"