add broken ass source for now
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user