Ignore:
Timestamp:
Oct 2, 2000, 8:40:12 PM (25 years ago)
Author:
sandervl
Message:

fixes for FS macro changes

File:
1 edited

Legend:

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

    r4214 r4387  
    1 /* $Id: lang.cpp,v 1.28 2000-09-08 04:28:47 phaller Exp $ */
     1/* $Id: lang.cpp,v 1.29 2000-10-02 18:39:33 sandervl Exp $ */
    22/*
    33 * Win32 language API functions for OS/2
     
    870870    lpWStr=NULL; // Query for buffer size
    871871
    872   ret_len = ODIN_GetLocaleInfoW(lcid, LCType, lpWStr, len);
     872  ret_len = CALL_ODINFUNC(GetLocaleInfoW)(lcid, LCType, lpWStr, len);
    873873
    874874  if (ret_len && buf)
Note: See TracChangeset for help on using the changeset viewer.