summaryrefslogtreecommitdiff
path: root/image/dumpcap.rc.in
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-11-01 17:02:39 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-11-01 17:02:39 +0000
commit16b27ad924168718a7216f42dde71e6322731ddb (patch)
tree46d16d27ad7421bfe807458ed80223869886dc84 /image/dumpcap.rc.in
parent5217ec489f6ff381931c8c49766593f6cff5fcfd (diff)
downloadwireshark-16b27ad924168718a7216f42dde71e6322731ddb.tar.gz
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9298 :
Update manifest file so as to identify Windows 8.1 properly (see http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx for details) Use manifest file to build tshark, rawshark and dumpcap svn path=/trunk/; revision=53024
Diffstat (limited to 'image/dumpcap.rc.in')
-rw-r--r--image/dumpcap.rc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/image/dumpcap.rc.in b/image/dumpcap.rc.in
index a395dcc669..d3a7e71e5f 100644
--- a/image/dumpcap.rc.in
+++ b/image/dumpcap.rc.in
@@ -34,3 +34,8 @@ BEGIN
VALUE "Translation", 0x409, 1200
END
END
+
+#define MANIFEST_RESOURCE_ID 1
+#define RT_MANIFEST 24
+
+MANIFEST_RESOURCE_ID RT_MANIFEST "wireshark.exe.manifest"