summaryrefslogtreecommitdiff
path: root/lib/win32/bsd_getopt.h
Commit message (Collapse)AuthorAge
* Normalize all the line endingsChris Wilson2017-05-15
|
* Fix getopt header confusion.Chris Wilson2013-09-30
Our copy of getopt.h in lib/win32 was beating the system getopt.h in the search path, and providing different definitions, which clang picked up. Renamed our getopt.h to bsd_getopt.h, and added a box_getopt.h to decide whether to include this one instead of the system getopt.h.