Changeset 237 for trunk/src/kernel32/lang.cpp
- Timestamp:
- Jun 28, 1999, 6:15:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/lang.cpp
r224 r237 1 /* $Id: lang.cpp,v 1. 6 1999-06-26 18:35:08 sandervlExp $ */1 /* $Id: lang.cpp,v 1.7 1999-06-28 16:15:47 phaller Exp $ */ 2 2 3 3 /* … … 68 68 return 0; 69 69 } 70 71 if(!buf) // @@@PH: which result does make sense without a buffer ? 72 return 0; // nevertheless, OPERA.EXE calls it with NULL ?! 73 70 74 // Only standard. TODO: Use os2.ini PM_National section 71 75 DosQueryCtryInfo(sizeof(CtryInfo), &Country, &CtryInfo, &ulInfoLen);
Note:
See TracChangeset
for help on using the changeset viewer.