Mercurial > hg > xemacs-beta
diff src/s/windowsnt.h @ 1257:4424541fa226
[xemacs-hg @ 2003-02-05 06:20:50 by ben]
windows compile problems
s/windowsnt.h: Windows has strupr(), strlwr(). Comment fixes.
text.h: Style fixes.
author | ben |
---|---|
date | Wed, 05 Feb 2003 06:20:54 +0000 |
parents | 184461bc8de4 |
children | 543769b89fed |
line wrap: on
line diff
--- a/src/s/windowsnt.h Tue Feb 04 22:52:25 2003 +0000 +++ b/src/s/windowsnt.h Wed Feb 05 06:20:54 2003 +0000 @@ -167,6 +167,8 @@ #define HAVE_RMDIR #define HAVE_SELECT #define HAVE_STRERROR +#define HAVE_STRLWR +#define HAVE_STRUPR #define HAVE_SOCKETS @@ -248,14 +250,12 @@ extern void __cdecl decl PRINTF_ARGS(str,idx) #endif /* MSVC 6.0 */ -/* MSVC warnings no-no crap. When adding one to this section, - 1. Think twice +/* MSVC warnings no-no crap. When adding one to this section, + 1. Think twice. 2. Insert textual description of the warning. - 3. Think twice. Undo still works */ + 3. Think again. Undo still works. */ #if (_MSC_VER >= 800) -/* 'expression' : signed/unsigned mismatch */ -/* #pragma warning ( disable : 4018 ) */ /* unnamed type definition in parentheses (Martin added a pedantically correct definition of ALIGNOF, which generates temporary anonymous structures, and MSVC complains) */