OSDN Git Service

Add Expand Different Subfolders menu item (#1964)
[winmerge-jp/winmerge-jp.git] / Src / DirReportTypes.h
1 #pragma once
2
3 /**
4  * @brief Report types in selection list.
5  */
6 typedef enum
7 {
8         REPORT_TYPE_COMMALIST = 0, /**< Comma-separated list */
9         REPORT_TYPE_TABLIST, /**< Tab-separated list */
10         REPORT_TYPE_SIMPLEHTML, /**< Simple html table */
11         REPORT_TYPE_SIMPLEXML, /**< Simple xml */
12 } REPORT_TYPE;