home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / dllapi / dllib.h < prev   
Encoding:
C/C++ Source or Header  |  1993-03-12  |  1.2 KB  |  28 lines

  1. /*static char *SCCSID = "@(#)dllib.h    6.5 92/02/18";*/
  2. /*==============================================================*\
  3.  *                                                              *
  4.  *  DLLIB.H - Dynamic Linking Library header file               *
  5.  *     (C) Copyright IBM Corporation 1992.                      *
  6.  *                                                              *
  7.  *--------------------------------------------------------------*
  8.  *                                                              *
  9.  *  This header file contains the prototype of application.     *
  10.  *                                                              *
  11. \*==============================================================*/
  12. #define  INCL_DOSFILEMGR
  13. #define  INCL_DOSMEMMGR
  14. #define  INCL_DOSERRORS
  15. #define  INCL_DOSPROCESS
  16. #define  INCL_WIN
  17.  
  18. #include <os2.h>
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <string.h>
  22. #include "dllcomm.h"
  23.  
  24. /*--------------------------------------------------------------*\
  25.  * Resource IDs                                                 *
  26. \*--------------------------------------------------------------*/
  27. #define IDM_MSGBOX                         1020
  28.