diff options
author | Ron Yorston <rmy@pobox.com> | 2019-02-21 11:29:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-02-21 11:53:55 +0000 |
commit | 20dfd84edd1b45b78a284bf75ef711726a4e8415 (patch) | |
tree | 65a54303ce20a05a50132a4efb2827d8e62ed6fc /win32/resources/resources.rc | |
parent | 4dbb0461e21a10ae96ccde2ca22871079fc37566 (diff) | |
download | busybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.tar.gz busybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.tar.bz2 busybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.zip |
win32: use manifest provided by MinGW-w64
The manifest included here wasn't effective in telling Windows
about version compatibility. Use the default manifest provided
by MinGW-w64 instead.
On Fedora this requires installing the mingw32-windows-default-manifest
and/or mingw64-windows-default-manifest packages.
Diffstat (limited to 'win32/resources/resources.rc')
-rw-r--r-- | win32/resources/resources.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/resources/resources.rc b/win32/resources/resources.rc index f77a3bcc9..d8b9d6407 100644 --- a/win32/resources/resources.rc +++ b/win32/resources/resources.rc | |||
@@ -32,7 +32,3 @@ BEGIN | |||
32 | END | 32 | END |
33 | END | 33 | END |
34 | #endif | 34 | #endif |
35 | |||
36 | #if ENABLE_FEATURE_MANIFEST | ||
37 | 1 RT_MANIFEST "busybox-w32.manifest" | ||
38 | #endif | ||