palm-os-sdk/sdk-3.5/include/Dynamic/PalmOptErrorCheckLevel.Release
2016-08-25 07:53:48 -03:00

26 lines
611 B
Plaintext

/******************************************************************************
*
* Copyright (c) 1999 Palm Computing, Inc. or its subsidiaries.
* All rights reserved.
*
* File: PalmOptErrorCheckLevel.Release
*
*****************************************************************************/
#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