64-bit Windows ports have reached feature parity with their 32-bit
counterparts.
- Fixed warnings when compiling with -D_FORTIFY_SOURCE=2 and USB support
enabled.
- Renamed parport_nop() to microwait2() in f2a.c to reflect what it does. I
did a test of its accuracy and was surprised that it actually has microsecond
accuracy. Still, using microwait() (like in gd.c) will give more constant
results on non-DOS. On DOS the accuracy of the current implementation is
likely better.
- Disabled warning when regain_privileges() fails, because it always does when
the executable is not setuid root.
- Fixed issue with mixing stderr and stdout output.