Back out last change jshin made. Fixing bustage. b=224546

git-svn-id: svn://10.0.0.236/trunk@149975 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2003-12-03 07:46:19 +00:00
parent 755fa58e2a
commit 8cf0dd6dee

View File

@ -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;
const iso_pair* sublang_list; iso_pair sublang_list[20];
}; };
// Older versions of VC++ and Win32 SDK and mingw don't have // Older versions of VC++ and Win32 SDK and mingw don't have