qxl-wddm-dod/qxldod/qxldod.rc
Dmitry Fleytman 2919989c2a Convert UTF-16LE files to single byte unix format
Git detect these files as binary which cause some issues with log and
other command.
The conversion allows different tools (git, VS and different editors)
to work correctly.

Signed-off-by: Dmitry Fleytman <dmitry@daynix.com>
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2016-09-09 11:09:36 +01:00

13 lines
335 B
Plaintext
Executable File

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY
#define VER_FILEDESCRIPTION_STR "QQL WDDM DOD"
#define VER_INTERNALNAME_STR "qxlod.sys"
#define VER_ORIGINALFILENAME_STR "qxldod.sys"
#define VER_LANGNEUTRAL
#include "common.ver"