palm-os-sdk/sdk-5r3/include/Dynamic/PalmOptErrorCheckLevel.h
2016-04-06 13:22:15 -07:00

26 lines
620 B
C

/******************************************************************************
*
* Copyright (c) 1999-2003 PalmSource, Inc. All rights reserved.
*
* File: PalmOptErrorCheckLevel.h
*
* Release: Palm OS 5 SDK (68K) R3.
*
*****************************************************************************/
#ifndef __PALMOPTERRORCHECKLEVEL_H__
#define __PALMOPTERRORCHECKLEVEL_H__
#include <BuildDefines.h>
#ifdef ERROR_CHECK_LEVEL_OK_TO_REDEFINE
#undef ERROR_CHECK_LEVEL_OK_TO_REDEFINE
#undef ERROR_CHECK_LEVEL
#endif
#ifndef ERROR_CHECK_LEVEL
#define ERROR_CHECK_LEVEL ERROR_CHECK_PARTIAL
#endif
#endif