Change 18491 by jhi@lyta on 2003/01/16 19:24:10
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.
Affected files ...
... //depot/perl/win32/win32.h#106 edit
... //depot/perl/wince/win32.h#7 edit
Differences ...
==== //depot/perl/win32/win32.h#106 (text) ====
Index: perl/win32/win32.h
--- perl/win32/win32.h#105~18120~ Thu Nov 7 05:14:21 2002
+++ perl/win32/win32.h Thu Jan 16 11:24:10 2003
@@ -444,7 +444,7 @@
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 \
==== //depot/perl/wince/win32.h#7 (text) ====
Index: perl/wince/win32.h
--- perl/wince/win32.h#6~18030~ Sat Oct 19 07:10:21 2002
+++ perl/wince/win32.h Thu Jan 16 11:24:10 2003
@@ -397,7 +397,7 @@
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 \
End of Patch.