Home
last modified time | relevance | path

Searched defs:MAKELANGID (Results 1 – 2 of 2) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dntdef.h533 #define MAKELANGID(p, s) ((((USHORT)(s)) << 10) | (USHORT)(p)) macro
Dwinnt.h1284 #define MAKELANGID(p,s) ((((WORD)(s)) << 10) | (WORD)(p)) macro