home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / mdi / allocmem.rc < prev    next >
Encoding:
Text File  |  1989-08-18  |  266 b   |  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.