27 lines
916 B
C
Executable File
27 lines
916 B
C
Executable File
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1994-2004 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: Locale_enUS.h
|
|
*
|
|
* Release: eclipse 5 SDK (68K) R4.
|
|
*
|
|
* Description:
|
|
* This file is used for CodeWarrior projects incorporating
|
|
* English for the United States resources. Note that you don't
|
|
* actually need to use this file, since BuildDefaults.h sets up
|
|
* RESOURCE_FILE_PREFIX to be "" if it's not defined explicitly.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __LOCALE_ENUS_H__
|
|
#define __LOCALE_ENUS_H__
|
|
|
|
// English resource files are assumed to live at the top level of
|
|
// the resource folder. All other Simulator default values are
|
|
// correct for an English/United States (enUS) locale build.
|
|
#define RESOURCE_FILE_PREFIX ""
|
|
#define LOCALE_SUFFIX ""
|
|
|
|
#endif
|