Changeset 359 for trunk/include
- Timestamp:
- Jul 22, 1999, 10:04:18 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/uniconv.h
r94 r359 1 /* $Id: uniconv.h,v 1. 3 1999-06-10 16:21:50 achimhaExp $ */1 /* $Id: uniconv.h,v 1.4 1999-07-22 08:04:18 sandervl Exp $ */ 2 2 /* 3 3 * OS/2 Unicode API definitions 4 4 * 5 5 * Copyright 1999 Achim Hasenmueller 6 * 6 * 1999 Przemyslaw Dobrowolski 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 168 168 #define _NL_NUM_ITEMS 66 169 169 #endif 170 // Evil UNI Items hackeckeur ;-) 171 // PD 21-07-99: Undefined Uni items!!!! Thanx IBM for undocumented items :-P 172 // Names like regedit2 uses: 173 #define XLOCALETOKEN 50 174 #define XWINLOCALE 51 175 #define SINTLSYMBOL 87 176 #define SABBREVLANGNAME 88 177 #define SLANGUAGE 104 178 #define WTIMEFORMAT 123 179 #define WSHORTDATE 124 180 #define WLONGDATE 125 181 #define SENGCOUNTRYNAME 105 182 #define SENGLANGUAGE 103 183 #define SCOUNTRY 106 // Fixme or 107? 184 #define IANSICODEPAGE 110 185 #define ICODEPAGE 111 186 #define IALTCODEPAGE 112 187 #define IMACCODEPAGE 113 188 #define ICOUNTRY 108 189 #define SISO639LANGNAME 101 190 #define SISO3166CTRYNAME 102 191 #define SABBREVCTRYNAME 102 192 #define SNATIVEDIGITS 53 193 194 170 195 #if defined(__IBMCPP__) || defined(__IBMC__) 171 196 #define CALLCONV _System
Note:
See TracChangeset
for help on using the changeset viewer.