cmcfixes76: #i112823# only needed on windows

This commit is contained in:
Caol?n McNamara 2010-06-30 20:32:15 +01:00
parent 04fb3928ab
commit 8055347982

View file

@ -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[])