aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-04-15 23:47:46 +0000
committerGerald Combs <gerald@wireshark.org>2009-04-15 23:47:46 +0000
commit36e002f7e8dc8fb3f9fa13863f43da527fafa176 (patch)
tree2b05d04a5c2cdb2ea23ec33aedc354d0f4cb7c86 /gtk
parent0036e670d4c3c6b4d37c847d57bcb9e8457cdecc (diff)
Check for _WIN64 instead of _NTDDNDIS_.
svn path=/trunk/; revision=28061
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_if_details_dlg_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/capture_if_details_dlg_win32.c b/gtk/capture_if_details_dlg_win32.c
index 0aa7040996..c0e5ecca1f 100644
--- a/gtk/capture_if_details_dlg_win32.c
+++ b/gtk/capture_if_details_dlg_win32.c
@@ -156,7 +156,7 @@ struct sockaddr_storage {
/* Physical medium (OID_GEN_PHYSICAL_MEDIUM) */
-#ifndef _NTDDNDIS_
+#ifndef _WIN64
typedef enum ndis_phys_medium {
NdisPhysicalMediumUnspecified,
NdisPhysicalMediumWirelessLan,
@@ -283,7 +283,7 @@ typedef struct _NDIS_802_11_FIXED_IEs
USHORT Capabilities;
} NDIS_802_11_FIXED_IEs, *PNDIS_802_11_FIXED_IEs;
-#endif /* _NTDDNDIS_ */
+#endif /* _WIN64 */
/* Currently associated SSID (OID_802_11_SSID) */