| Index: src/shared/platform/win/port_win.c
|
| diff --git a/src/shared/platform/win/port_win.c b/src/shared/platform/win/port_win.c
|
| index 65138b242b3f6858851518c9bb7ff441fe1cafe9..2f303ff10ab217e56330cd6d9fb60970205e71e1 100644
|
| --- a/src/shared/platform/win/port_win.c
|
| +++ b/src/shared/platform/win/port_win.c
|
| @@ -69,7 +69,7 @@ int ffs(int v) {
|
| char *optarg; /* global argument pointer */
|
| int optind = 0; /* global argv index */
|
|
|
| -int getopt(int argc, char *argv[], char *optstring) {
|
| +int getopt(int argc, char *argv[], const char *optstring) {
|
| char c, *cp;
|
| static char *next = NULL;
|
| if (optind == 0)
|
|
|