summaryrefslogtreecommitdiff
path: root/win32/getopt
AgeCommit message (Collapse)Author
2014-07-31And the award of stupid error messages goes to Microsoft Visual Studio. ↵Nicolas "Pixel" Noble
Defining an extern with a default value silently drops the extern, but will obviously complain at link time that the symbol is duplicated several times.
2014-07-31Seems that MSVC is also mangling symbols. Moving externs up.Nicolas "Pixel" Noble
2014-07-31Adding getopt to Balau for win32.Nicolas "Pixel" Noble