Return current country code (func 0x38)

This commit is contained in:
lpproj 2015-03-29 15:16:59 +09:00
parent 7f649868f9
commit effd87fafb
1 changed files with 1 additions and 3 deletions

View File

@ -868,10 +868,8 @@ dispatch:
rc = DosGetCountryInformation(cntry, FP_DS_DX);
if (rc >= SUCCESS)
{
/* HACK FIXME */
if (cntry == (UWORD) - 1)
cntry = 1;
/* END OF HACK */
cntry = nlsInfo.actPkg->cntry;
lr.AX = lr.BX = cntry;
}
}