/* * * Xt core widget internals. */ #ifndef _X11_COREP_H #define _X11_COREP_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #define widgetClassRec __widgetClassRec_dummy #define _XtInheritTranslations ___XtInheritTranslations_dummy #include "decw$include:CoreP.h" #undef widgetClassRec #undef _XtInheritTranslations externalref WidgetClassRec widgetClassRec __asm("_$$PsectAttributes_GLOBALSYMBOL$$widgetClassRec"); #ifdef X11R3 /* old DECwindows */ #else /* Motif */ externalref int _XtInheritTranslations __asm("_$$PsectAttributes_GLOBALSYMBOL$$_XtInheritTranslations"); #endif # ifdef __cplusplus } # endif #endif /*_X11_COREP_H*/