27 lines
661 B
C
27 lines
661 B
C
/*
|
|
* TestFiveWay.h
|
|
*
|
|
* header file for TestFiveWay
|
|
*
|
|
* This wizard-generated code is based on code adapted from the
|
|
* stationery files distributed as part of the Palm OS SDK 4.0.
|
|
*
|
|
* Copyright (c) 2003 Palm, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#ifndef TESTFIVEWAY_H_
|
|
#define TESTKEYS_H_
|
|
|
|
/*********************************************************************
|
|
* Internal Constants
|
|
*********************************************************************/
|
|
|
|
#define appFileCreator 'KeYs'
|
|
#define appName "TestFiveWay"
|
|
#define appVersionNum 0x01
|
|
#define appPrefID 0x00
|
|
#define appPrefVersionNum 0x01
|
|
|
|
#endif /* TESTKEYS_H_ */
|