- Timestamp:
- Jan 25, 2007, 1:43:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sed/config.h.win
r606 r800 28 28 29 29 /* Define to 1 if you have the `btowc' function. */ 30 #define HAVE_BTOWC 1 30 /*#define HAVE_BTOWC 1 - bird don't drag in msvcp71.dll */ 31 31 32 32 /* Define to 1 if you have the `bzero' function. */ … … 123 123 124 124 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 125 #define HAVE_MBRTOWC 1 125 /*#define HAVE_MBRTOWC 1 - bird don't drag in msvcp71.dll */ 126 126 127 127 /* Define to 1 if <wchar.h> declares mbstate_t. */ … … 264 264 265 265 /* Define to 1 if you have the `wcrtomb' function. */ 266 #define HAVE_WCRTOMB 1 266 /*#define HAVE_WCRTOMB 1 - bird don't drag in msvcp71.dll */ 267 267 268 268 /* Define to 1 if you have the `wcscoll' function. */ 269 #define HAVE_WCSCOLL 1 269 /*#define HAVE_WCSCOLL 1 - bird don't drag in msvcp71.dll */ 270 270 271 271 /* Define to 1 if you have the <wctype.h> header file. */ … … 396 396 397 397 /* mbsinit isn't defined?!? */ 398 #include <wchar.h> 398 #include <wchar.h> 399 399 int _inline mbsinit(const mbstate_t *_p) 400 400 {
Note:
See TracChangeset
for help on using the changeset viewer.