home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / WHEEL1.ZIP / ALLOCMEM.RC < prev    next >
Text File  |  1989-08-18  |  266b  |  13 lines

  1. // Includes
  2. // --------
  3.    #include <os2.h>
  4.  
  5.    #include "AllocMem.RH"
  6.  
  7.  
  8. // String Constants
  9. // ----------------
  10.    STRINGTABLE
  11.      {ERROR_TOO_LARGE, "Allocation request of %ld bytes is greater than the current implementation maximum of 65535."
  12.      }
  13.