Skip to content

Commit

Permalink
XXX temp to try to get MingW to work
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 20, 2023
1 parent 89e2284 commit a4ee16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makedef.pl
Expand Up @@ -175,8 +175,8 @@ BEGIN

if ($define{USE_LOCALE_THREADS} && ! $define{NO_THREAD_SAFE_LOCALE}) {
if ( $define{USE_POSIX_2008_LOCALE}
|| ($define{WIN32} && ( $cctype !~ /\D/
&& $cctype >= 80)))
|| ($define{WIN32} && ($cctype eq "GCC" || ( $cctype !~ /\D/
&& $cctype >= 80))))
{
$define{USE_THREAD_SAFE_LOCALE} = 1;
}
Expand Down

0 comments on commit a4ee16d

Please sign in to comment.