Changeset 4022 for trunk/include/win


Ignore:
Timestamp:
Aug 16, 2000, 10:03:57 AM (25 years ago)
Author:
sandervl
Message:

header updates

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 phaller Exp $ */
     1/* $Id: winnls.h,v 1.4 2000-08-16 08:03:57 sandervl Exp $ */
    22
    33#ifndef __WINE_WINNLS_H
     
    157157#define MAKELCID(l, s)                      (MAKELONG(l, s))
    158158
     159#define LANGIDFROMLCID(lcid)    ((WORD)(lcid))
     160#define SORTIDFROMLCID(lcid)    ((WORD)((((DWORD)(lcid)) >> 16) & 0x0f))
     161
    159162#define MAKELANGID(p, s)                 ((((WORD)(s))<<10) | (WORD)(p))
    160163#define PRIMARYLANGID(l)                 ((WORD)(l) & 0x3ff)
Note: See TracChangeset for help on using the changeset viewer.