From 06de1a12afaa2d3f4940290f87604eea9031c86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 6 Mar 2022 22:37:19 +0100 Subject: Update data for all episodes at once. Previously, a remote request would be made once per episode. --- c/common.c | 3 +-- c/listview.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/common.c b/c/common.c index 6f7772c..a4ac7d2 100644 --- a/c/common.c +++ b/c/common.c @@ -4,8 +4,7 @@ #include "resource.h" #include "defs.h" -/* Convert zero-terminated non-wide (multi-byte) string to - * zero-terminated wide/non-wide string depending on UNICODE. */ +/* Convert normal string to TSTR using given codepage. */ TCHAR * TszFromSz(const char *sz, int iCp) { diff --git a/c/listview.c b/c/listview.c index 40c3108..971c4e9 100644 --- a/c/listview.c +++ b/c/listview.c @@ -70,6 +70,7 @@ LvProc(HWND hLv, UINT uMsg, WPARAM wParam, LPARAM lParam) return CallWindowProc(LvPrevProc, hLv, uMsg, wParam, lParam); } +/* Enable/disable non-classic list view theme. */ void LvSetTheme(HWND hLv, int bUseTheme) { -- cgit v1.2.3