Changeset 14593
- Timestamp:
- Aug 16, 2000, 10:03:57 AM (25 years ago)
- Location:
- tags/trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/include/win/winnls.h ¶
r10665 r14593 1 /* $Id: winnls.h,v 1. 3 1999-06-01 19:48:18 phallerExp $ */1 /* $Id: winnls.h,v 1.4 2000-08-16 08:03:57 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINNLS_H … … 157 157 #define MAKELCID(l, s) (MAKELONG(l, s)) 158 158 159 #define LANGIDFROMLCID(lcid) ((WORD)(lcid)) 160 #define SORTIDFROMLCID(lcid) ((WORD)((((DWORD)(lcid)) >> 16) & 0x0f)) 161 159 162 #define MAKELANGID(p, s) ((((WORD)(s))<<10) | (WORD)(p)) 160 163 #define PRIMARYLANGID(l) ((WORD)(l) & 0x3ff) -
TabularUnified tags/trunk/include/winconst.h ¶
r14281 r14593 1 /* $Id: winconst.h,v 1.3 5 2000-06-14 13:19:44sandervl Exp $ */1 /* $Id: winconst.h,v 1.36 2000-08-16 08:03:57 sandervl Exp $ */ 2 2 3 3 /* … … 1423 1423 1424 1424 #define RDH_RECTANGLES_W 1 1425 1426 //nls 1427 #define MAKELANGID(p, s) ((((WORD)(s))<<10) | (WORD)(p)) 1428 1429 #define LANG_NEUTRAL 0x00 1430 1431 /* Sublanguage definitions */ 1432 #define SUBLANG_NEUTRAL 0x00 /* language neutral */ 1433 #define SUBLANG_DEFAULT 0x01 /* user default */ 1434 #define SUBLANG_SYS_DEFAULT 0x02 /* system default */
Note:
See TracChangeset
for help on using the changeset viewer.