26 lines
649 B
C
Executable File
26 lines
649 B
C
Executable File
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1999-2003 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: PalmOptErrorCheckLevel.Debug
|
|
*
|
|
* Release: eclipse 5 SDK (68K) R4.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#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
|