Changeset 4022 for trunk/include/win
- Timestamp:
- Aug 16, 2000, 10:03:57 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winnls.h
r27 r4022 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)
Note:
See TracChangeset
for help on using the changeset viewer.