[TOOLS] Fix/suppress all MSVC/x64 warnings (#1525)
[reactos.git] / sdk / tools / widl / port / config.h
1
2 #pragma once
3
4 #include <io.h>
5
6 #define HAVE_PROCESS_H 1
7
8 int
9 _getopt_internal(
10 int argc,
11 char *const *argv,
12 const char *optstring,
13 const struct option *longopts,
14 int *longind,
15 int long_only);