From 2e8afa446f2444a8be5e6180bf90cfa48b6e02f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 17 Aug 2022 03:15:37 +0200 Subject: Add CfgA. --- c/episodelistview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/episodelistview.h') diff --git a/c/episodelistview.h b/c/episodelistview.h index f58f3ca..ee5bc22 100644 --- a/c/episodelistview.h +++ b/c/episodelistview.h @@ -12,6 +12,8 @@ #define ELVSITITLE 1 #define ELVSIRATING 2 +#define ELVMAX 8192 + struct EpisodeListView : public ListView { EpisodeListView(HWND hWndParent); -- cgit v1.2.3