From: Bruno Haible Date: Sat, 12 Feb 2005 18:45:46 +0000 (+0000) Subject: Symbolic link to getopt_.h. X-Git-Tag: v0.14.2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af37f79926b98bdba69d458de222b85f8d8f7884;p=thirdparty%2Fgettext.git Symbolic link to getopt_.h. --- diff --git a/gettext-tools/windows/getopt.h b/gettext-tools/windows/getopt.h new file mode 100644 index 000000000..f0a30a521 --- /dev/null +++ b/gettext-tools/windows/getopt.h @@ -0,0 +1,2 @@ +/* The system doesn't have . Use our getopt.h emulation. */ +#include "getopt_.h"