comparison dw.h @ 2507:4b45e888eb10

Add missing comma to the enum.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 06 May 2021 23:22:10 +0000
parents fa976a5bc7bd
children 060fdb2d807d
comparison
equal deleted inserted replaced
2506:fa976a5bc7bd 2507:4b45e888eb10
1761 DW_FEATURE_NOTIFICATION, /* Supports sending system notifications */ 1761 DW_FEATURE_NOTIFICATION, /* Supports sending system notifications */
1762 DW_FEATURE_UTF8_UNICODE, /* Supports UTF8 encoded Unicode text */ 1762 DW_FEATURE_UTF8_UNICODE, /* Supports UTF8 encoded Unicode text */
1763 DW_FEATURE_MLE_RICH_EDIT, /* Supports Rich Edit based MLE control (Windows) */ 1763 DW_FEATURE_MLE_RICH_EDIT, /* Supports Rich Edit based MLE control (Windows) */
1764 DW_FEATURE_TASK_BAR, /* Supports icons in the taskbar or similar system widget */ 1764 DW_FEATURE_TASK_BAR, /* Supports icons in the taskbar or similar system widget */
1765 DW_FEATURE_TREE, /* Supports the Tree Widget */ 1765 DW_FEATURE_TREE, /* Supports the Tree Widget */
1766 DW_FEATURE_WINDOW_PLACEMENT /* Supports arbitrary window placement */ 1766 DW_FEATURE_WINDOW_PLACEMENT, /* Supports arbitrary window placement */
1767 DW_FEATURE_MAX 1767 DW_FEATURE_MAX
1768 } DWFEATURE; 1768 } DWFEATURE;
1769 1769
1770 /* Macro for casting resource IDs to HICN */ 1770 /* Macro for casting resource IDs to HICN */
1771 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0) 1771 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0)