16 lines
403 B
C
16 lines
403 B
C
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1999-2003 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: PalmOptUserMode.h
|
|
*
|
|
* Release: Palm OS 5 SDK (68K) R3.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#include <BuildDefines.h>
|
|
#ifdef USER_MODE
|
|
#undef USER_MODE
|
|
#endif
|
|
#define USER_MODE USER_MODE_NORMAL
|