Changeset 800 for trunk/src


Ignore:
Timestamp:
Jan 25, 2007, 1:43:54 AM (19 years ago)
Author:
bird
Message:

drop some wide char stuff to avoid dragging in msvcp71.dll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sed/config.h.win

    r606 r800  
    2828
    2929/* 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 */
    3131
    3232/* Define to 1 if you have the `bzero' function. */
     
    123123
    124124/* 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 */
    126126
    127127/* Define to 1 if <wchar.h> declares mbstate_t. */
     
    264264
    265265/* 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 */
    267267
    268268/* 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 */
    270270
    271271/* Define to 1 if you have the <wctype.h> header file. */
     
    396396
    397397/* mbsinit isn't defined?!? */
    398 #include <wchar.h> 
     398#include <wchar.h>
    399399int _inline mbsinit(const mbstate_t *_p)
    400400{
Note: See TracChangeset for help on using the changeset viewer.