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
Родитель 86705342d9
Коммит dd11ab57c2
1 изменённых файлов: 3 добавлений и 3 удалений

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

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