Update versioninfo.rc.in
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 6 Oct 2017 20:46:13 +0000 (22:46 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 18 Oct 2017 17:19:50 +0000 (19:19 +0200)
commit1f1702c442c9d5d8cd20dd4c1b5fde1a3d67fbda
tree20f31c36b18ac7123e9f284a6708b8e9340f1e6c
parent7eb8369a54edede7058478339fc7d5fa2ce469a2
Update versioninfo.rc.in

- include <windows.h> to be able to use constants
- let versioninfo be visible in explorer by adding a "Translation" value
- change FILEOS from VOS_NT_WINDOWS32, which was intended for Windows NT,
  to VOS__WINDOWS32
- stop setting FILEFLAGS 0x20 (VS_FF_SPECIALBUILD), which is not
  appropriate here because we build the normal version, not a special
  version
- use constants
- fix strings

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
Reviewed-by: Simon McVittie <smcv@collabora.com>
dbus/versioninfo.rc.in