aboutsummaryrefslogtreecommitdiffhomepage
path: root/embedfilesdir.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-10-15 10:44:06 +0200
committerlemon <lsof@mailbox.org>2025-10-15 10:44:06 +0200
commit66ffc2ae07941e00406493020579a0b695b535ee (patch)
tree705422eed8562683fdaa15b32b0ba55f2c44c3a0 /embedfilesdir.c
parente9896f1db183fefc0392273c2579c3481510f624 (diff)
implement long double (as double synonym). wchar_t placeholder
Diffstat (limited to 'embedfilesdir.c')
-rw-r--r--embedfilesdir.c1
1 files changed, 1 insertions, 0 deletions
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\
")},