Changeset 6511 for trunk/src/kernel32/lang.cpp
- Timestamp:
- Aug 10, 2001, 9:32:30 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/lang.cpp
r5764 r6511 1 /* $Id: lang.cpp,v 1.3 6 2001-05-20 08:17:41sandervl Exp $ */1 /* $Id: lang.cpp,v 1.37 2001-08-10 19:32:30 sandervl Exp $ */ 2 2 /* 3 3 * Win32 language API functions for OS/2 … … 418 418 419 419 case LOCALE_IDEFAULTLANGUAGE: 420 strcpyW(wbuf, (LPWSTR)L"0409"); 421 ulInfoLen = 5; 422 break; 420 423 case LOCALE_ILANGUAGE: 421 424 UniQueryLocaleItem(locale_object, XWINLOCALE,&pInfoItem); … … 866 869 } 867 870 868 dprintf(("KERNEL32: OS2GetLocaleInfoA lcID=%d,lcType=%x,buf=%X,len=%d\n",lcid,LCType,buf,len));871 dprintf(("KERNEL32: GetLocaleInfoA lcID=%d,lcType=%x,buf=%X,len=%d\n",lcid,LCType,buf,len)); 869 872 870 873 if (buf) … … 880 883 if (lpWStr) free(lpWStr); // free prevooisly allocated memory 881 884 882 dprintf(("KERNEL32: OS2GetLocaleInfoA returned %d\n",ret_len));885 dprintf(("KERNEL32: GetLocaleInfoA returned %d -> %s",ret_len, (ret_len) ? buf : NULL)); 883 886 884 887 return (ret_len);
Note:
See TracChangeset
for help on using the changeset viewer.