win32_checkTLS(): nothing to do without at least multiplicity

This commit is contained in:
Tony Cook 2025-04-09 15:21:20 +10:00
parent 0144414218
commit 96784b083c

View File

@ -76,7 +76,7 @@ win32_checkTLS(PerlInterpreter *host_perl)
}
host_perl->Isys_intern.cur_tid = tid;
}
#else
#elif defined(PERL_MULTIPLICITY)
dTHX;
if (host_perl != my_perl) {
panic_thread_id();