]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Wrong FILETYPE in .rc files
authorGisle Vanem <gisle.vanem@gmail.com>
Wed, 3 Jul 2019 13:45:34 +0000 (15:45 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 28 Jul 2019 20:25:41 +0000 (22:25 +0200)
commit94157cb368d850032d7c6f436499738ed8bd7834
tree19b6c77aa67b2686da1d828ca6f483d4badf0f88
parenteed67cf0e7f6cbe596495c2f83aeea7c15db0d6e
Wrong FILETYPE in .rc files

I noticed the .rc-files for programs uses
'FILETYPE 0x2L'. The 0x2L' is for a .DLL (VFT_DLL).

Ref: Win-Kit's 'um/verrsrc.h':
  #define VFT_DLL 0x00000002L

Hence these '0x2L' should be replaced with 'VFT_APP':

Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <aa4f4026-a684-f96d-c8cb-d4f8a3468c4c@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18644.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit abf7a2f226a262860f369e0a3c5d0f6124b7f110)
src/openvpn/openvpn_win32_resources.rc
src/openvpnserv/openvpnserv_resources.rc