glsl-uniform-interstage-limits: do not use getopt
getopt.h isn't available on MSVC, so let's not require it. We can manage just fine with a trivial argument-parser instead.
This fixes a build-error on MSVC since !307 (merged) landed.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
getopt.h isn't available on MSVC, so let's not require it. We can manage just fine with a trivial argument-parser instead.
This fixes a build-error on MSVC since !307 (merged) landed.