/*----------------------------------------------------------------------- Wega 1.00 - Demonstrationsprogramm (c) 1991 by D. Rabich ================================== globale Deklarationen -----------------------------------------------------------------------*/ #define MAIN 0 #define HELP 1 typedef struct _wininfo { OBJECT *tree; DLGINFO dlginfo; WORD handle; VOID (*open)(struct _wininfo*); VOID (*close)(struct _wininfo*, BOOLEAN b); BOOLEAN (*do_it)(struct _wininfo*, WORD*, BOOLEAN*); VOID *individuell; } WININFO; extern WININFO wininfo[];