xiph / vorbis-tools

Command-line tools for creating and playing Ogg Vorbis files.
GNU General Public License v2.0
75 stars 28 forks source link

getopt.h: remove leading double underscore from argc/argv #39

Open 1480c1 opened 2 years ago

1480c1 commented 2 years ago

causes an error on Windows due to argc and argv being defined to something else

Signed-off-by: Christopher Degawa ccom@randomderp.com

Closes https://github.com/xiph/vorbis-tools/issues/38