1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src
Martijn Dekker eea3ca3fd1 Sfio: fix non-multibyte build (re: 7c4418cc)
The Sfio code uses its own _has_multibyte macro and that was not
being disabled by AST_NOMULTIBYTE, so some of its multibyte code
was still getting compiled in. This is easily fixed in sfhdr.h.

But that exposed another issue: the Sfio stdio wrappers didn't
know about the _has_multibyte macro. So this adds the necessary
directives to keep their multibyte functions from compiling.
2022-07-27 22:57:14 +02:00
..
cmd Fix assumption that pid_t==int32_t, other wrong typecasts 2022-07-27 22:50:05 +02:00
lib Sfio: fix non-multibyte build (re: 7c4418cc) 2022-07-27 22:57:14 +02:00
Mamfile More misc. tweaks and cleanups 2022-07-14 17:34:08 +02:00