summaryrefslogtreecommitdiffstats
path: root/ui/win32/file_dlg_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/win32/file_dlg_win32.h')
-rw-r--r--ui/win32/file_dlg_win32.h31
1 files changed, 17 insertions, 14 deletions
diff --git a/ui/win32/file_dlg_win32.h b/ui/win32/file_dlg_win32.h
index 0edee0b..2bb2fb4 100644
--- a/ui/win32/file_dlg_win32.h
+++ b/ui/win32/file_dlg_win32.h
@@ -142,20 +142,23 @@ void win32_export_file (HWND h_wnd, const wchar_t *title, capture_file *cf, expo
#define EWFD_RANGE_BTN 1006
#define EWFD_RANGE_EDIT 1007
#define EWFD_REMOVE_IGN_CB 1008
-
-#define EWFD_ALL_PKTS_CAP 1009
-#define EWFD_SEL_PKT_CAP 1010
-#define EWFD_MARKED_CAP 1011
-#define EWFD_FIRST_LAST_CAP 1012
-#define EWFD_RANGE_CAP 1013
-#define EWFD_IGNORED_CAP 1014
-
-#define EWFD_ALL_PKTS_DISP 1015
-#define EWFD_SEL_PKT_DISP 1016
-#define EWFD_MARKED_DISP 1017
-#define EWFD_FIRST_LAST_DISP 1018
-#define EWFD_RANGE_DISP 1019
-#define EWFD_IGNORED_DISP 1020
+#define EWFD_INCLUDE_DPD_CB 1009
+
+#define EWFD_ALL_PKTS_CAP 1010
+#define EWFD_SEL_PKT_CAP 1011
+#define EWFD_MARKED_CAP 1012
+#define EWFD_FIRST_LAST_CAP 1013
+#define EWFD_RANGE_CAP 1014
+#define EWFD_IGNORED_CAP 1015
+#define EWFD_DEPENDED_CAP 1016
+
+#define EWFD_ALL_PKTS_DISP 1017
+#define EWFD_SEL_PKT_DISP 1018
+#define EWFD_MARKED_DISP 1019
+#define EWFD_FIRST_LAST_DISP 1020
+#define EWFD_RANGE_DISP 1021
+#define EWFD_IGNORED_DISP 1022
+#define EWFD_DEPENDED_DISP 1023
/* Merge dialog defines. Overlays Open dialog defines above. */
#define EWFD_MERGE_PREPEND_BTN 1050