home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / editor / epmtools / etkexp / etoolkt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-20  |  552 b   |  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.