diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-16 19:24:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-16 19:24:10 +0000 |
commit | 581883cdf264875c9c1f1fd2c8d45ef942f553c1 (patch) | |
tree | 92cf3154d5eccee371823edbdae0e0238bb094b6 /wince | |
parent | fde18df140d5f64815bdd632a127ecd5ce3d97fa (diff) | |
download | perl-581883cdf264875c9c1f1fd2c8d45ef942f553c1.tar.gz |
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
Diffstat (limited to 'wince')
-rw-r--r-- | wince/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/win32.h b/wince/win32.h index 7d107c66ed..e116ac10f4 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 \ |