33 lines
908 B
C
33 lines
908 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 2005 palmOne, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
***********************************************************************/
|
|
|
|
/***********************************************************************
|
|
*
|
|
* File:
|
|
* StatusBar.h
|
|
*
|
|
* Description:
|
|
* StatusBar header.
|
|
*
|
|
* Version 1.0 - Initial Revision (03/2/05)
|
|
*
|
|
***********************************************************************/
|
|
|
|
#ifndef STATUSBAR_H_
|
|
#define STATUSBAR_H_
|
|
|
|
/*********************************************************************
|
|
* Constants
|
|
*********************************************************************/
|
|
|
|
#define appCreatorID 'sTbR'
|
|
|
|
#define ourMinVersion sysMakeROMVersion(5,0,0,sysROMStageDevelopment,0)
|
|
#define kPalmOS20Version sysMakeROMVersion(2,0,0,sysROMStageDevelopment,0)
|
|
|
|
|
|
#endif // DISABLESPLASH_H_
|