aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-13 05:43:07 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-13 05:43:07 +0000
commit609925db658b5c55a3c9ef14fcbbede8fa0947d0 (patch)
tree820ab13724ca19632fbf9996f00223191607c398 /config.nmake
parent2536a0a08be323576dd5b4f053888111995f03e2 (diff)
Restore defaults
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36618 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index ed6f42f4e7..0d11122c01 100644
--- a/config.nmake
+++ b/config.nmake
@@ -7,7 +7,7 @@
# Only "win32" and "win64" are valid (for now).
# This can be defined in the system environment.
!IFNDEF WIRESHARK_TARGET_PLATFORM
-WIRESHARK_TARGET_PLATFORM=win64
+WIRESHARK_TARGET_PLATFORM=win32
!ENDIF
##### Versions #####