mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-11-03 05:04:29 +00:00
49 lines
1.5 KiB
C
49 lines
1.5 KiB
C
|
|
||
|
/************************************************************
|
||
|
|
||
|
Created: Monday, July 22, 1991 at 4:46 PM
|
||
|
Language.h
|
||
|
C Interface to the Macintosh Libraries
|
||
|
|
||
|
|
||
|
Copyright Apple Computer, Inc. 1986-1991
|
||
|
All rights reserved
|
||
|
This file is used in these builds: ROM System
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Change History (most recent first):
|
||
|
|
||
|
<5> 4/3/92 DCL Moving all of the Language codes back into Script.[aph]. Yeah,
|
||
|
it's gonna be big. But it's all part of the global village.
|
||
|
<4> 3/20/92 DCL #1025005,<KSM>:
|
||
|
For New IM: Moved some declarations and routines from
|
||
|
Packages.[ph] to Language.[ph] Radar #1025005
|
||
|
<3> 7/23/91 JL Checked in File from database. Changed #defines to enums.
|
||
|
<2> 1/2/91 PKE (bbm) Updated comments and rearranged a few constants to match
|
||
|
latest Inside Mac summary.
|
||
|
<1> 6/22/90 PKE New file, separated out from Script.h. Rearranged all of the
|
||
|
new language codes (34 and up).
|
||
|
|
||
|
Relevant change history from Script.h:
|
||
|
|
||
|
<x18> 6/20/90 PKE Added about 80 new language codes covering most languages we
|
||
|
are likely to handle; also added some synonyms for existing
|
||
|
language codes.
|
||
|
<x13> 5/11/90 PKE Added new constants langTradChinese, langSimpChinese.
|
||
|
<x3> 1/17/90 PKE Added new constants: several new langXxx constants.
|
||
|
<x1.7> 9/17/89 PKE Added langKorean.
|
||
|
|
||
|
To Do:
|
||
|
|
||
|
************************************************************/
|
||
|
|
||
|
/* All of the Language Codes Have been moved into Script.p */
|
||
|
|
||
|
#ifndef __LANGUAGE__
|
||
|
#define __LANGUAGE__
|
||
|
|
||
|
|
||
|
#endif
|