diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-30 13:49:03 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-30 13:49:03 +0000 |
commit | 07f6ea12e6c35c932d391b74fbb5cedd6e7adc89 (patch) | |
tree | 60acf329f083f68356020cfb220e5dfec3a86755 /vidix/dhahelperwin | |
parent | c87749eae0c08b4a7086b430e20c4de6d1788e28 (diff) |
cosmetics: Convert DOS linebreaks to Unix linebreaks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30460 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/dhahelperwin')
-rw-r--r-- | vidix/dhahelperwin/dhahelper.rc | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/vidix/dhahelperwin/dhahelper.rc b/vidix/dhahelperwin/dhahelper.rc index 3f878a5fd9..3304f3eb93 100644 --- a/vidix/dhahelperwin/dhahelper.rc +++ b/vidix/dhahelperwin/dhahelper.rc @@ -1,17 +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"
+#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" |