This commit is contained in:
2025-11-26 22:31:09 +01:00
parent 5023b63a7e
commit 28f0fdb520
7 changed files with 111 additions and 20 deletions

View File

@@ -1,4 +1,8 @@
#ifdef TARGET_OS_OSX
#include <stdlib.h>
#else
#include <malloc.h>
#endif
#define GTK_DECLARE_FUNCS
#include "gtk-imports.h"