bug 224546 : Change Win 'Regional Settings' -> lose button functions & text : additional 'const' to type definition (missed in the first check-in) per dbaron's review comment

This commit is contained in:
jshin%mailaps.org 2003-12-03 06:11:03 +00:00
Родитель 8d23ecdb94
Коммит 83ae057669
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -60,9 +60,9 @@ struct iso_pair
struct iso_map struct iso_map
{ {
const char* iso_code; const char* iso_code;
DWORD win_code; DWORD win_code;
iso_pair sublang_list[20]; const iso_pair* sublang_list;
}; };
// Older versions of VC++ and Win32 SDK and mingw don't have // Older versions of VC++ and Win32 SDK and mingw don't have