>>>> "Conrad" == Conrad Scott
<Conrad.Scott(a)dsl.pipex.com> writes:
Conrad> I also checked the 'LOCALE_RETURN_NUMBER' flag on MSDN,
Conrad> where it says that it is only in Windows 98/Me, Windows NT
Conrad> 4.0 and later, so it may not be the right flag to be using
Conrad> in a generic win32 version anyway?
OK, we'll flag this question for Andy et al.
The reason it's not in the release candidate is that it's not
ChangeLog'd and there's no comment to explain what it's for. I
assumed it was cruft. This patch (all that's left of the diff against
the windows branch that I merged) should get you a compile, at least,
and I'll add it for the next RC.
? candidate-21-4->windows-21-4.diff
? windows-21-4->current.diff
Index: src/syswindows.h
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/syswindows.h,v
retrieving revision 1.2.2.1.4.2
retrieving revision 1.2.2.2
diff -u -r1.2.2.1.4.2 -r1.2.2.2
--- src/syswindows.h 17 Dec 2001 05:49:27 -0000 1.2.2.2
+++ src/syswindows.h 30 Mar 2002 21:46:09 -0000 1.2.2.1.4.2
@@ -180,6 +180,9 @@
#ifndef MAC_CHARSET
#define MAC_CHARSET 77
#endif
+#ifndef LOCALE_RETURN_NUMBER
+#define LOCALE_RETURN_NUMBER 0x20000000
+#endif
/***************************************************************/
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
My nostalgia for Icon makes me forget about any of the bad things. I don't
have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py