From 46487f74b15c77c6f040c8b818f810a5255b1078 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 7 Feb 2000 17:49:58 +0000 Subject: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; introduce -C switch (sets $^WIDE_SYSTEM_CALLS) p4raw-id: //depot/perl@5029 --- win32/win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/win32.h') diff --git a/win32/win32.h b/win32/win32.h index 924ce8ae03..65d24e4c65 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -432,7 +432,7 @@ struct interp_intern { lpw, wlen, (LPSTR)lpa, nChars,NULL,NULL)) #define W2AHELPER(lpw, lpa, nChars) W2AHELPER_LEN(lpw, -1, lpa, nChars) -#define USING_WIDE() (PL_bigchar && PerlEnv_os_id() == VER_PLATFORM_WIN32_NT) +#define USING_WIDE() (PL_widesyscalls && PerlEnv_os_id() == VER_PLATFORM_WIN32_NT) #ifdef USE_ITHREADS # define PERL_WAIT_FOR_CHILDREN \ -- cgit v1.2.1