hostile-takeover/inc/SonyTypes.h
2014-07-06 17:47:28 -07:00

33 lines
1.8 KiB
C

/******************************************************************************
* *
* (C) Copyright 2000-2002, Sony Corporation *
* *
*----------------------------------------------------------------------------*
* *
* <IDENTIFICATION> *
* file name : $Workfile: SonyTypes.h $
* *
* <PROFILE> *
* General defitinions for Sony System & Libraries *
* *
* <HISTORY> *
* 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__