crt: exe: Remove global variable mainret Replace it by the local variable ret, as its value is used only in the __tmainCRTStartup() function. Signed-off-by: Martin Storsjö <martin@martin.st>