home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / TIMEXSRC.ZIP / UA_DATA.C < prev    next >
C/C++ Source or Header  |  1990-03-24  |  595b  |  24 lines

  1. /* ua_data.c -- Global data for TIMEXUA
  2.  
  3.     February 1990    Mark E. Mallett, Personal Workstation Magazine
  4.  
  5. This contains global data used in TIMEXUA
  6.  
  7.  
  8. */
  9.  
  10. #define    INCL_WIN
  11.  
  12. #include <stdio.h>
  13. #include <os2.h>
  14.  
  15. #include "timex.h"
  16. #include "errhand.h"
  17.  
  18.  
  19.         EVENT           *CureventP;     /* Current event being modified */
  20.         HWND            CurwinH;        /* Current window handle */
  21.     HWND        EvlistH;    /* Window handle for events list */
  22.     HWND        MainwinH;    /* Window handle for main window */
  23.         ERRLIST         *Werdisp;       /* All-wild error dispatch list */
  24.