| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to ini.cpp CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / win9x | 
| version 1.32, 2005/02/09 20:11:35 | version 1.33, 2005/02/14 06:25:31 | 
|---|---|
| Line 180 const OEMCHAR *item; | Line 180 const OEMCHAR *item; | 
| pterm = tbl + count; | pterm = tbl + count; | 
| while(p < pterm) { | while(p < pterm) { | 
| #if defined(OSLANG_UCS2) | #if defined(OSLANG_UCS2) | 
| oemtext_sjis2oem(item, NELEMENTS(item), p->item, (UINT)-1); | oemtext_sjistooem(item, NELEMENTS(item), p->item, (UINT)-1); | 
| #else | #else | 
| item = p->item; | item = p->item; | 
| #endif | #endif |