Home
last modified time | relevance | path

Searched refs:syspref (Results 1 – 2 of 2) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_acs.h71 void PrepLocale (DWORD userpref, DWORD userdef, DWORD syspref, DWORD sysdef);
H A Dp_acs.cpp726 void FBehavior::PrepLocale (DWORD userpref, DWORD userdef, DWORD syspref, DWORD sysdef) in PrepLocale() argument
750 if (syspref) in PrepLocale()
751 AddLanguage (syspref); in PrepLocale()
752 if (syspref & LANGREGIONMASK) in PrepLocale()
753 AddLanguage (syspref & ~LANGREGIONMASK); in PrepLocale()