mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 12:18:13 +02:00
Make template file for version info under Windows utf-8 compliant
This commit is contained in:
parent
6dc7b49098
commit
96e5cf3789
1 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
/* This file is processed by configure to create versioninfo.rc */
|
||||
|
||||
/* The file content uses UTF-8 encoding */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
|
|
@ -37,7 +40,7 @@ BEGIN
|
|||
VALUE "FileDescription", "dbus - FreeDesktop message bus system\0"
|
||||
VALUE "FileVersion", "@DBUS_VERSION@\0"
|
||||
VALUE "InternalName", "@DBUS_VER_INTERNAL_NAME@\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1994-2018 dbus contributors, see dbus source code for details\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1994-2018 dbus contributors, see dbus source code for details\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", "@DBUS_VER_ORIGINAL_NAME@\0"
|
||||
VALUE "ProductName", "dbus\0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue