From 66ffc2ae07941e00406493020579a0b695b535ee Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 15 Oct 2025 10:44:06 +0200 Subject: implement long double (as double synonym). wchar_t placeholder --- embedfilesdir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'embedfilesdir.c') diff --git a/embedfilesdir.c b/embedfilesdir.c index e2f223b..434e2e8 100644 --- a/embedfilesdir.c +++ b/embedfilesdir.c @@ -13,6 +13,7 @@ struct embedfile embedfilesdir[] = { typedef __typeof__((char*)0 - (char*)0) ptrdiff_t;\n\ typedef __typeof__(sizeof 0) size_t;\n\ /*typedef __typeof__(L'a') wchar_t;*/\n\ +typedef int wchar_t;\n\ #define NULL ((void *)0)\n\ #define offsetof(_Type, _Memb) ((size_t)(&((_Type *)0)->_Memb - (_Type *)0))\n\ ")}, -- cgit v1.2.3