MINGW: _WIN64 is not defined on i386-mingw32 + ucrt.

This commit is contained in:
xtkoba (Tee KOBAYASHI) 2021-06-21 14:46:20 +02:00 committed by Nobuyoshi Nakada
parent 637d7288f3
commit e32fe3ce76
Notes: git 2021-09-20 00:16:02 +09:00
1 changed files with 2 additions and 2 deletions

View File

@ -2578,7 +2578,7 @@ set_pioinfo_extra(void)
char *pend = p;
/* _osfile(fh) & FDEV */
# if _WIN64
# ifdef _WIN64
int32_t rel;
char *rip;
/* add rsp, _ */
@ -2620,7 +2620,7 @@ set_pioinfo_extra(void)
found:
p += sizeof(PIOINFO_MARK) - 1;
#if _WIN64
#ifdef _WIN64
rel = *(int32_t*)(p);
rip = p + sizeof(int32_t);
__pioinfo = (ioinfo**)(rip + rel);