crt: Add emulation of _get_pgmptr() function for pre-msvcr80 import libs Function _get_pgmptr() is available in msvcr80+, UCRT and also in i386 and x64 msvcrt.dll since Windows Vista. It is not available in arm msvcrt.dll. Signed-off-by: Martin Storsjö <martin@martin.st>