summaryrefslogtreecommitdiffstats
path: root/src/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix building tests on Windows again.Nico Weber2014-09-181-3/+3
| | | | | | | Turns out gtest was pulling in sys/stat.h, and we were using stat() through that in tests. This doesn't work with old MSVCs, so we should probably replace that with RealDiskInterface in a follow-up.
* Fix compilation warning with getopt_long() on MinGW.Nicolas Despres2011-11-191-2/+2
|
* windows: getopt const clean hackEvan Martin2011-05-021-3/+3
|
* [win] check in public-domain getopt implementationEvan Martin2011-04-231-0/+55