Skip to content

Commit

Permalink
XXX temp to test broken lconv on non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 13, 2023
1 parent 0c12a43 commit a788f2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions perl.h
Expand Up @@ -45,6 +45,12 @@

#include "config.h"

#ifndef WIN32 /* XXX temp */
# define _configthreadlocale(x) (! cBOOL(x))
# define _DISABLE_PER_THREAD_LOCALE 0
# define _ENABLE_PER_THREAD_LOCALE 1
#endif

/* This fakes up using Mingw for locale handling. In order to not define WIN32
* in this file (and hence throughout the code that isn't expecting it), this
* doesn't define that, but defines the appropriate things that would otherwise
Expand Down

0 comments on commit a788f2e

Please sign in to comment.