7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin/***********************************************************************
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* This software is part of the ast package *
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. Faulkner* Copyright (c) 1985-2010 AT&T Intellectual Property *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* and is licensed under the *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* Common Public License, Version 1.0 *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* by AT&T Intellectual Property *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* A copy of the License is available at *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* http://www.opensource.org/licenses/cpl1.0.txt *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* (with md5 checksum 059e8cd6165cb4c31e351f2b69388fd9) *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* Information and Software Systems Research *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* AT&T Research *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* Florham Park NJ *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* Glenn Fowler <gsf@research.att.com> *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* David Korn <dgk@research.att.com> *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* Phong Vo <kpv@research.att.com> *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin* *
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin***********************************************************************/
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin/*
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin * lc (sub)lang definitions -- very windowsish
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin */
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#if _WINIX
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#include <ast_windows.h>
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define LANG_CHINESE_SIMPLIFIED LANG_CHINESE
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define LANG_CHINESE_TRADITIONAL LANG_CHINESE
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define LANG_NORWEGIAN_BOKMAL LANG_NORWEGIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define LANG_NORWEGIAN_NYNORSK LANG_NORWEGIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define LANG_SERBO_CROATIAN LANG_CROATIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define CTRY_CZECH_REPUBLIC CTRY_CZECH
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_CHINESE_SIMPLIFIED_CHINA SUBLANG_CHINESE_SIMPLIFIED
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_CHINESE_SIMPLIFIED_HONG_KONG SUBLANG_CHINESE_HONGKONG
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_CHINESE_SIMPLIFIED_SINGAPORE SUBLANG_CHINESE_SINGAPORE
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_CHINESE_TRADITIONAL_TAIWAN SUBLANG_CHINESE_TRADITIONAL
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_DUTCH_NETHERLANDS_ANTILLES SUBLANG_DUTCH
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_DUTCH_BELGIUM SUBLANG_DUTCH_BELGIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ENGLISH_AUSTRALIA SUBLANG_ENGLISH_AUS
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ENGLISH_CANADA SUBLANG_ENGLISH_CAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ENGLISH_IRELAND SUBLANG_ENGLISH_EIRE
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ENGLISH_NEW_ZEALAND SUBLANG_ENGLISH_NZ
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ENGLISH_TRINIDAD_TOBAGO SUBLANG_ENGLISH_CARIBBEAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ENGLISH_UNITED_KINGDOM SUBLANG_ENGLISH_UK
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ENGLISH_UNITED_STATES SUBLANG_ENGLISH_US
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_FRENCH_BELGIUM SUBLANG_FRENCH_BELGIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_FRENCH_CANADA SUBLANG_FRENCH_CANADIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_FRENCH_SWITZERLAND SUBLANG_FRENCH_SWISS
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_GERMAN_AUSTRIA SUBLANG_GERMAN_AUSTRIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_GERMAN_SWITZERLAND SUBLANG_GERMAN_SWISS
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_ITALIAN_SWITZERLAND SUBLANG_ITALIAN_SWISS
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_NORWEGIAN_BOKMAL_NORWAY SUBLANG_NORWEGIAN_BOKMAL
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_NORWEGIAN_NORWAY SUBLANG_NORWEGIAN_BOKMAL
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_NORWEGIAN_NYNORSK_NORWAY SUBLANG_NORWEGIAN_NYNORSK
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#define SUBLANG_PORTUGUESE_BRAZIL SUBLANG_PORTUGUESE_BRAZILIAN
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin#endif