home *** CD-ROM | disk | FTP | other *** search
- /***
- * error.h -
- *
- * Copyright (c) 1989-1992, Microsoft Corporation. All rights reserved.
- *
- *******************************************************************************/
-
- typedef int ERR;
-
- #define errNoError (ERR) 0
- #define errOutOfMemory (ERR) 1
-