Ignore:
Timestamp:
Aug 10, 2001, 9:32:30 PM (24 years ago)
Author:
sandervl
Message:

minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/lang.cpp

    r5764 r6511  
    1 /* $Id: lang.cpp,v 1.36 2001-05-20 08:17:41 sandervl Exp $ */
     1/* $Id: lang.cpp,v 1.37 2001-08-10 19:32:30 sandervl Exp $ */
    22/*
    33 * Win32 language API functions for OS/2
     
    418418
    419419      case LOCALE_IDEFAULTLANGUAGE:
     420        strcpyW(wbuf, (LPWSTR)L"0409");
     421        ulInfoLen = 5;
     422        break;
    420423      case LOCALE_ILANGUAGE:
    421424        UniQueryLocaleItem(locale_object, XWINLOCALE,&pInfoItem);
     
    866869  }
    867870
    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));
    869872
    870873  if (buf)
     
    880883  if (lpWStr) free(lpWStr); // free prevooisly allocated memory
    881884
    882   dprintf(("KERNEL32:  OS2GetLocaleInfoA returned %d\n",ret_len));
     885  dprintf(("KERNEL32: GetLocaleInfoA returned %d -> %s",ret_len, (ret_len) ? buf : NULL));
    883886
    884887  return (ret_len);
Note: See TracChangeset for help on using the changeset viewer.