Ignore:
Timestamp:
May 22, 2000, 9:08:01 PM (25 years ago)
Author:
sandervl
Message:

GetFileTime bugfix + FindResource(Ex)A/W changes + setup thread security objects during creation

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:09 sandervl Exp $ */
     1/* $Id: lang.cpp,v 1.20 2000-05-22 19:07:57 sandervl Exp $ */
    22/*
    33 * Win32 language API functions for OS/2
     
    141141{
    142142  dprintf(("KERNEL32:  OS2GetUserDefaultLCID: returns %x", MAKELCID(GetLanguageId(), SORT_DEFAULT)));
    143   return(MAKELCID(GetLanguageId(), SORT_DEFAULT));        //US English
     143  return(MAKELCID(GetLanguageId(), SORT_DEFAULT));
    144144}
    145145//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.