glulxe
glulxe copied to clipboard
Add #ifdef GLK_MODULE_UNICODE
To cure a link error with pre-Unicode versions of glk, such as the
current xglk, only include the Unicode functions when the Unicode
functions are defined in glk.h. The change is in the perform_glk
function.