/*------------------------------------------------------------------------ * $Date: 91/10/25 23:46:59 $ $Revision: 1.1.33.1 $ * * Copyright 1991, Visual Edge Software Ltd. * ----------------------------------------- * ALL RIGHTS RESERVED. This notice is intended as a precaution against * inadvertent publication, and shall not be deemed to constitute an * acknowledgment that publication has occurred nor to imply any waiver * of confidentiality. The year included in the notice is the year * of the creation of the work. *------------------------------------------------------------------------*/ #ifndef UXPROTO_H #define UXPROTO_H #ifdef _NO_PROTO #define UXPROTO(x) () #else #define UXPROTO(x) x #endif typedef struct UxObject *Object_t; typedef struct UxClass_st *Class_t; /* DESIGN_TIME swidget definition */ #ifdef DESIGN_TIME typedef struct UxShadowWidget *swidget; #endif #endif /* UXPROTO_H */