Done.
Great. Then you will see intl support in scons/msvc.
config.h: #if defined(MAKE_INTL_LIB) && defined(_MSC_VER) #define __attribute__(x) #define inline #define uintmax_t UINT_MAX #endif
I think I was missing the define inline one. Cheers, Bo
Done.
Great. Then you will see intl support in scons/msvc.
config.h: #if defined(MAKE_INTL_LIB) && defined(_MSC_VER) #define __attribute__(x) #define inline #define uintmax_t UINT_MAX #endif
I think I was missing the define inline one. Cheers, Bo