mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
tools: Define getopt in make_xftmpl.c.
This commit is contained in:
parent
9138dce367
commit
7db8cf29e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user