add broken ass source for now

This commit is contained in:
2026-07-28 22:28:01 +02:00
commit 3176370951
174 changed files with 53679 additions and 0 deletions
@@ -0,0 +1,7 @@
/* Minimal gettext shim for standalone getopt build on MSVC. */
#ifndef _GETTEXT_H
#define _GETTEXT_H 1
#define gettext(msgid) (msgid)
#endif /* _GETTEXT_H */