From 581883cdf264875c9c1f1fd2c8d45ef942f553c1 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 16 Jan 2003 19:24:10 +0000 Subject: [PATCH] if (0) the PL_widesyscalls code for now: Sarathy should take another look to see whether it is really safe to remove the code, too. p4raw-id: //depot/perl@18491 --- win32/win32.h | 2 +- wince/win32.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/win32.h b/win32/win32.h index 849f13b..e06049b 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -444,7 +444,7 @@ DllExport int win32_async_check(pTHX); lpw, wlen, (LPSTR)lpa, nChars,NULL,NULL)) #define W2AHELPER(lpw, lpa, nChars) W2AHELPER_LEN(lpw, -1, lpa, nChars) -#define USING_WIDE() (PL_widesyscalls && PerlEnv_os_id() == VER_PLATFORM_WIN32_NT) +#define USING_WIDE() (0) #ifdef USE_ITHREADS # define PERL_WAIT_FOR_CHILDREN \ diff --git a/wince/win32.h b/wince/win32.h index 7d107c6..e116ac1 100644 --- a/wince/win32.h +++ b/wince/win32.h @@ -397,7 +397,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_widesyscalls && PerlEnv_os_id() == VER_PLATFORM_WIN32_NT) +#define USING_WIDE() (0) #ifdef USE_ITHREADS # define PERL_WAIT_FOR_CHILDREN \ -- 1.8.3.1