/* * * Xt object class. */ #ifndef _X11_OBJECT_H #define _X11_OBJECT_H # ifdef __cplusplus extern "C" { # endif #undef externalref #define externalref extern #ifndef OBJECT # ifdef X11R3 /* old DECwindows */ externalref ObjectClass objectClass __asm("_$$PsectAttributes_GLOBALSYMBOL$$objectClass"); # else /* Motif */ externalref WidgetClass objectClass __asm("_$$PsectAttributes_GLOBALSYMBOL$$objectClass"); # endif #endif #include "decw$include:Object.h" # ifdef __cplusplus } # endif #endif /*_X11_OBJECT_H*/