home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / MDI-15.ZIP / TELLUSER.H < prev    next >
Text File  |  1990-06-13  |  383b  |  20 lines

  1. // Guard Against Multiple Inclusion
  2. // --------------------------------
  3.    #if !defined(TELLUSER_H)
  4.       #define TELLUSER_H
  5.  
  6.  
  7. // Constants
  8. // ---------
  9.    #define TELLUSER_MODNAME "TellUser.DLL"
  10.  
  11.  
  12. // Function Declarations
  13. // ---------------------
  14.    USHORT far _loadds TellUser (USHORT, PCHAR, USHORT, ...);
  15.  
  16.  
  17. // End of TellUser.H
  18. // -----------------
  19.    #endif
  20.