palm-os-sdk/PalmOne/Samples/Treo650PowerOut/Src/Treo650PowerOut.h

33 lines
938 B
C

/***********************************************************************
*
* Copyright (c) 2005 palmOne, Inc. or its subsidiaries.
* All rights reserved.
*
***********************************************************************/
/***********************************************************************
*
* File:
* Treo650PowerOut.h
*
* Description:
* Treo 650 Power Out header.
*
* Version 1.0 - Initial Revision (03/06/05)
*
***********************************************************************/
#ifndef TREO650POWEROUT_H_
#define TREO650POWEROUT_H_
/*********************************************************************
* Constants
*********************************************************************/
#define appCreatorID 'tPoO'
#define ourMinVersion sysMakeROMVersion(5,0,0,sysROMStageDevelopment,0)
#define kPalmOS20Version sysMakeROMVersion(2,0,0,sysROMStageDevelopment,0)
#endif // TREO650POWEROUT_H_