EXE_EXTENSION
#ifdef EXE_EXTENSION
if ( (G.zipfn = (char *)malloc(len+sizeof(EXE_EXTENSION))) !=
strcpy(G.zipfn+len, EXE_EXTENSION);