/* * * Xt resource conversions. */ #ifndef _X11_CONVERT_H #define _X11_CONVERT_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #ifdef NOT_YET /* this matches decw$include:Convert.h */ externalref XtConvertArgRec colorConvertArgs __asm("_$$PsectAttributes_GLOBALSYMBOL$$colorConvertArgs"); externalref XtConvertArgRec screenConvertArg __asm("_$$PsectAttributes_GLOBALSYMBOL$$screenConvertArg"); #endif #include "decw$include:Convert.h" # ifdef __cplusplus } # endif #endif /*_X11_CONVERT_H*/