(svn r8624) [0.5] -Backport from trunk (8239, 8240, 8315):
-Regression (r7278): Help window was empty for UNICODE builds
-Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo)
-Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available
.CODEPUBLIC _get_save_esp_get_save_esp: MOV RAX,RSP RETPUBLIC _rdtsc_rdtsc: RDTSC MOV RCX,RDX SHL RCX,32 AND RAX,0FFFFFFFFh OR RAX,RCX RET END