Changeset 4387 for trunk/src/kernel32/lang.cpp
- Timestamp:
- Oct 2, 2000, 8:40:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/lang.cpp
r4214 r4387 1 /* $Id: lang.cpp,v 1.2 8 2000-09-08 04:28:47 phallerExp $ */1 /* $Id: lang.cpp,v 1.29 2000-10-02 18:39:33 sandervl Exp $ */ 2 2 /* 3 3 * Win32 language API functions for OS/2 … … 870 870 lpWStr=NULL; // Query for buffer size 871 871 872 ret_len = ODIN_GetLocaleInfoW(lcid, LCType, lpWStr, len);872 ret_len = CALL_ODINFUNC(GetLocaleInfoW)(lcid, LCType, lpWStr, len); 873 873 874 874 if (ret_len && buf)
Note:
See TracChangeset
for help on using the changeset viewer.