summaryrefslogtreecommitdiff
path: root/image/text2pcap.rc.in
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-03-29 23:40:11 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-03-29 23:40:11 +0000
commit68283424ef004a17df053daf6f32b4b6c859f6f1 (patch)
tree79fda6afd3b7d0a72242e33503e8c0c21a82498f /image/text2pcap.rc.in
parentb704bdcbc59fab4157768c771d07303879ed362b (diff)
downloadwireshark-68283424ef004a17df053daf6f32b4b6c859f6f1.tar.gz
Replace field values with constants, correcting some values.
Remove the pre-release flag from FILEFLAGS in the resource file. svn path=/trunk/; revision=24758
Diffstat (limited to 'image/text2pcap.rc.in')
-rw-r--r--image/text2pcap.rc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/image/text2pcap.rc.in b/image/text2pcap.rc.in
index f3024b6f94..b62624a7ec 100644
--- a/image/text2pcap.rc.in
+++ b/image/text2pcap.rc.in
@@ -7,12 +7,12 @@ VS_VERSION_INFO VERSIONINFO
PRODUCTVERSION @RC_VERSION@
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
- FILEFLAGS 0x3L
+ FILEFLAGS VS_FF_DEBUG
#else
- FILEFLAGS 0x2L
+ FILEFLAGS 0x0L
#endif
- FILEOS 0x4L
- FILETYPE 0x1L
+ FILEOS VOS_NT_WINDOWS32
+ FILETYPE VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"