/****************************************************************************** * * * (C) Copyright 2000-2002, Sony Corporation * * * *----------------------------------------------------------------------------* * * * * * file name : $Workfile: SonyTypes.h $ * * * * * General defitinions for Sony System & Libraries * * * * * * Started on : 02/05/25 * * Last Modified: $Date: 2003/08/28 00:13:30 $ * * ******************************************************************************/ /* this file is best viewed by setting TAB-stop as 3 */ #ifndef __SONYTYPES_H__ #define __SONYTYPES_H__ /****************************************************************************** * Environment configuration ******************************************************************************/ #define _BUILD_FOR_PALMOS_5_ /* this definition must not appear in SDK for PalmOS 4 or older (for 3.5) */ /* Defining this here and not in SonyCLIE.h is reasonable, since SonyCLIE.h is not included in all libraries. */ #endif // __SONYTYPES_H__