Skip to content
Snippets Groups Projects
Commit 7db8cf29 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard
Browse files

tools: Define getopt in make_xftmpl.c.

parent 9138dce3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment