cmcfixes76: #i112823# only needed on windows
This commit is contained in:
parent
04fb3928ab
commit
8055347982
1 changed files with 2 additions and 0 deletions
|
@ -733,6 +733,7 @@ usage()
|
|||
pprogname);
|
||||
}
|
||||
|
||||
#ifdef WNT
|
||||
/* my very simple minded implementation of getopt()
|
||||
* it's to sad that getopt() is not available everywhere
|
||||
* note: this is not a full POSIX conforming getopt()
|
||||
|
@ -770,6 +771,7 @@ int simple_getopt(char *pargv[], const char *poptstring)
|
|||
}
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
int CDECL
|
||||
main(int argc, char *argv[])
|
||||
|
|
Loading…
Reference in a new issue