home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ETKEXP.ZIP / ETOOLKT.H < prev    next >
Text File  |  1991-02-20  |  552b  |  14 lines

  1. // ******* E.DLL  Stuff
  2. #include <edll.h>         // user defined window messages used by E.DLL and prototypes
  3.  
  4. // ****** ERES.DLL  Stuff
  5. #include <eres.h>         // bindings to ERES.DLL: Protypes and structures
  6. #include <eresdlg.h>      // definitions of dialogbox constants in ERES.DLL
  7.  
  8.  
  9. #ifndef  INCL_DONT_EXT_GLOB
  10. extern GLOBDATA GlobData; // GlobData contains all the global data of the
  11.                           // application. The address of this structure is
  12.                           // passed into functions in ERES.DLL
  13. #endif
  14.