Changeset 3588 for trunk/src/kernel32/lang.cpp
- Timestamp:
- May 22, 2000, 9:08:01 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/lang.cpp
r3501 r3588 1 /* $Id: lang.cpp,v 1. 19 2000-05-09 18:56:09sandervl Exp $ */1 /* $Id: lang.cpp,v 1.20 2000-05-22 19:07:57 sandervl Exp $ */ 2 2 /* 3 3 * Win32 language API functions for OS/2 … … 141 141 { 142 142 dprintf(("KERNEL32: OS2GetUserDefaultLCID: returns %x", MAKELCID(GetLanguageId(), SORT_DEFAULT))); 143 return(MAKELCID(GetLanguageId(), SORT_DEFAULT)); //US English143 return(MAKELCID(GetLanguageId(), SORT_DEFAULT)); 144 144 } 145 145 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.