David Given <dg at cowlark.com> writes: > What non-C99 platforms does ScummVM run on? Most environments seem to > be gcc-based. Is Visual C++ C99-compatible? AFAICS, gcc does not provide an <inttypes.h>. Only the following: float.h iso646.h stdarg.h stdbool.h stddef.h varargs.h So I guess gcc is not C99-compatible. // Marcus