Gerber2PDF
Gerber2PDF copied to clipboard
Port to Linux and iOS
The code-base is largely platform independent, but there are still a few Win32 specific API calls.
This enhancement entails using #ifdef
... #else
... #endif
blocks to turn the currently platform specific portions of the code into platform independent versions.