From 52fb337856497cb151081f3738e7cfa4bc2883bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 16:29:59 +0100 Subject: Rework list view code. --- c/common.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 c/common.h (limited to 'c/common.h') diff --git a/c/common.h b/c/common.h new file mode 100644 index 0000000..b59b205 --- /dev/null +++ b/c/common.h @@ -0,0 +1,5 @@ +#pragma once +#include + +TCHAR *TSZFromSZ(char *, int); +int Watched(int); -- cgit v1.2.3