Commit 7db8cf29 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

tools: Define getopt in make_xftmpl.c.

parent 9138dce3
......@@ -99,6 +99,8 @@ static const struct keyword reserved_words[] = {
{"WORD", TOKEN_WORD}
};
extern int getopt(int argc, char *const *argv, const char *optstring);
static BOOL option_header;
static char *option_inc_var_name = NULL;
static char *option_inc_size_name = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment