Changeset 7334 for trunk/src/kernel32/ole2nls.cpp
- Timestamp:
- Nov 14, 2001, 1:30:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/ole2nls.cpp
r6646 r7334 1 /* $Id: ole2nls.cpp,v 1.1 4 2001-09-05 12:57:59 birdExp $1 /* $Id: ole2nls.cpp,v 1.15 2001-11-14 12:30:40 phaller Exp $ 2 2 * 3 3 * National Language Support library … … 442 442 int string_num; 443 443 int i; 444 445 /* Replace SUBLANG_NEUTRAL by SUBLANG_DEFAULT */ 446 if(SUBLANGID(lang_id) == SUBLANG_NEUTRAL) 447 lang_id = MAKELANGID(PRIMARYLANGID(lang_id), SUBLANG_DEFAULT); 444 448 445 449 hrsrc = FindResourceExW(hModule, RT_STRINGW, (LPCWSTR)((res_id >> 4) + 1), lang_id); … … 2022 2026 * characters, we can support NORM_IGNOREKANATYPE 2023 2027 */ 2028 #ifdef DEBUG 2024 2029 if (mapflags & ~LCMAPSTRINGA_SUPPORTED_FLAGS) 2025 2030 { … … 2035 2040 ); 2036 2041 } 2042 #endif 2037 2043 2038 2044 if ( !(mapflags & LCMAP_SORTKEY) )
Note:
See TracChangeset
for help on using the changeset viewer.