From e7d20cf352688bf717a01f4e6d9e6f497c2bea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Sep 2025 19:19:34 +0200 Subject: New upstream version 5.3.1Beta2 --- app/bin/common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/bin/common.h') diff --git a/app/bin/common.h b/app/bin/common.h index f03a04c..da2d40e 100644 --- a/app/bin/common.h +++ b/app/bin/common.h @@ -314,5 +314,10 @@ typedef struct { #include "command.h" #include "menu.h" +#ifndef WINDOWS +// base type of converted .png files +typedef unsigned char guint8; +#endif + #endif -- cgit v1.2.3