26 lines
583 B
Plaintext
Executable File
26 lines
583 B
Plaintext
Executable File
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1999-2003 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: PalmOptTraceLevel.Off
|
|
*
|
|
* Release:
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __PALMOPTTRACELEVEL_H__
|
|
#define __PALMOPTTRACELEVEL_H__
|
|
|
|
#include <BuildDefines.h>
|
|
|
|
#ifdef TRACE_OUTPUT_OK_TO_REDEFINE
|
|
#undef TRACE_OUTPUT_OK_TO_REDEFINE
|
|
#undef TRACE_OUTPUT
|
|
#endif
|
|
|
|
#ifndef TRACE_OUTPUT
|
|
#define TRACE_OUTPUT TRACE_OUTPUT_OFF
|
|
#endif
|
|
|
|
#endif
|