home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
os2
/
mdi
/
allocmem.rc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-08-18
|
266 b
|
13 lines
// Includes
// --------
#include <os2.h>
#include "AllocMem.RH"
// String Constants
// ----------------
STRINGTABLE
{ERROR_TOO_LARGE, "Allocation request of %ld bytes is greater than the current implementation maximum of 65535."
}