home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
mslang
/
vm
/
h
/
error.h
< 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
C/C++ Source or Header
|
1993-12-15
|
274 b
|
12 lines
/***
* error.h -
*
* Copyright (c) 1989-1992, Microsoft Corporation. All rights reserved.
*
*******************************************************************************/
typedef int ERR;
#define errNoError (ERR) 0
#define errOutOfMemory (ERR) 1