Changeset 4022 for trunk/include/winconst.h
- Timestamp:
- Aug 16, 2000, 10:03:57 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r3707 r4022 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.