Warning:

file \mgui\test\fontview.c requires the following change in
order to compile with RSXNTDJ 1.6:

replace line:

#if defined __GNUC__

with:

#if defined __GNUC__ && !defined __RSXNT__

