Ignore:
Timestamp:
May 20, 2001, 10:17:42 AM (24 years ago)
Author:
sandervl
Message:

DT: IFIRSTDAYOFWEEK changes/fixes

File:
1 edited

Legend:

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

    r5737 r5764  
    661661    /* case LOCALE_ICALENDARTYPE: */
    662662    /* case LOCALE_IFIRSTDAYOFWEEK: */
     663#ifdef __WIN32OS2__
     664    case LOCALE_IFIRSTDAYOFWEEK:
     665        pacKey = "iFirstDayOfWeek";
     666        break;
     667#endif
    663668    /* case LOCALE_IFIRSTWEEKOFYEAR: */
    664669    /* case LOCALE_SYEARMONTH : */
Note: See TracChangeset for help on using the changeset viewer.