/* * * Xt window object class internals. */ #ifndef _X11_WINDOWOBJP_H #define _X11_WINDOWOBJP_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #define windowObjClassRec __windowObjClassRec_dummy #define _XtInheritTranslations ___XtInheritTranslations_dummy #include "decw$include:WindowObjP.h" #undef windowObjClassRec #undef _XtInheritTranslations externalref WindowObjClassRec windowObjClassRec __asm("_$$PsectAttributes_GLOBALSYMBOL$$windowObjClassRec"); externalref int _XtInheritTranslations __asm("_$$PsectAttributes_GLOBALSYMBOL$$_XtInheritTranslations"); # ifdef __cplusplus } # endif #endif /*_X11_WINDOWOBJP_H*/