home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sd386v50.zip / sd386src.zip / MSGDEF.H < prev    next >
Text File  |  1993-11-11  |  1KB  |  28 lines

  1. /*****************************************************************************/
  2. /* File:                                             IBM INTERNAL USE ONLY   */
  3. /*   msgdef.h                                                                */
  4. /*                                                                           */
  5. /* Description:                                                              */
  6. /*   SD86 messages definitions.                                              */
  7. /*                                                                           */
  8. /* History:                                                                  */
  9. /*   11/29/88 Created.                                                       */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. #define OK                   0
  14. #define EXEOPEN              1
  15. #define EXEINITERROR         3
  16. #define BADEXE               4
  17. #define BADDEBHDR            5
  18. #define OUTOFHEAP            6
  19. #define EXCBEFPROC           7
  20. #define ENTRYPTERR           9
  21. #define TOOMANYDLLS          11
  22. #define BADSYMBOLICINFO      12
  23. #define NOCODESEGS           13
  24. #define DLLINITERROR         14
  25. #define MEMALLOC             15
  26. #define BADINVOCATIONOPTION  16
  27. #define MOUSEERROR           17
  28.