Updated .rc file

This commit is contained in:
Benjamin Höglinger-Stelzer 2024-09-15 02:01:22 +02:00
parent e4a25d5de9
commit ec1e627253
3 changed files with 45 additions and 42 deletions

View File

@ -1,31 +1,49 @@
#include <windows.h> //
// Include the necessary resources
//
#include <winver.h>
#include <ntdef.h>
#include <ntverp.h> #ifdef RC_INVOKED
#undef VER_PRODUCTBUILD //
#undef VER_PRODUCTBUILD_QFE // Set up debug information
#undef VER_PRODUCTNAME_STR //
#undef VER_PRODUCTMAJORVERSION #if DBG
#undef VER_PRODUCTMINORVERSION #define VER_DBG VS_FF_DEBUG
#undef VER_COMPANYNAME_STR #else
#undef VER_LEGALTRADEMARKS_STR #define VER_DBG 0
#undef VER_LEGALCOPYRIGHT_STR #endif
#define VER_COMPANYNAME_STR "Red Hat Inc." // ------- version info -------------------------------------------------------
#define VER_LEGALTRADEMARKS_STR ""
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2008-2016 Red Hat Inc."
#define VER_PRODUCTMAJORVERSION VERSION_V1 VS_VERSION_INFO VERSIONINFO
#define VER_PRODUCTMINORVERSION VERSION_V2 FILEVERSION 10,0,1,0
#define VER_PRODUCTBUILD VERSION_V3 PRODUCTVERSION 10,0,1,0
#define VER_PRODUCTBUILD_QFE VERSION_V4 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS VER_DBG
#define VER_FILETYPE VFT_DRV FILEOS VOS_NT
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY FILETYPE VFT_DRV
#define VER_FILEDESCRIPTION_STR "QXL WDDM DOD" FILESUBTYPE VFT2_DRV_DISPLAY
#define VER_INTERNALNAME_STR "qxldod.sys" BEGIN
#define VER_ORIGINALFILENAME_STR "qxldod.sys" BLOCK "StringFileInfo"
#define VER_PRODUCTNAME_STR VER_FILEDESCRIPTION_STR BEGIN
BLOCK "040904b0"
#define VER_LANGNEUTRAL BEGIN
#include "common.ver" VALUE "Comments", "QXL WDDM DOD"
VALUE "CompanyName", "Red Hat Inc., Nefarius Software Solutions e.U."
VALUE "FileDescription", "QXL WDDM DOD"
VALUE "FileVersion", "10.0.1.0"
VALUE "InternalName", "QXL WDDM DOD"
VALUE "LegalCopyright", "Copyright (C) 2008-2016 Red Hat Inc., 2024 Nefarius Software Solutions e.U."
VALUE "OriginalFilename", "qxldod.sys"
VALUE "ProductName", "QXL WDDM DOD"
VALUE "ProductVersion", "10.0.1.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409,1200
END
END
#endif

View File

@ -163,7 +163,6 @@
<ClInclude Include="compat.h" /> <ClInclude Include="compat.h" />
<ClInclude Include="driver.h" /> <ClInclude Include="driver.h" />
<ClInclude Include="QxlDod.h" /> <ClInclude Include="QxlDod.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="WppTrace.h" /> <ClInclude Include="WppTrace.h" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,14 +0,0 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by qxldod.rc
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif