Diff for /np2/win9x/oemtext.cpp between versions 1.2 and 1.3

version 1.2, 2005/02/14 06:25:31 version 1.3, 2005/03/19 20:46:07
Line 43  UINT oemtext_oemtosjis(char *dst, UINT d Line 43  UINT oemtext_oemtosjis(char *dst, UINT d
         ret = WideCharToMultiByte(CP_ACP, 0, ucs2, leng, dst, dcnt, NULL, NULL);          ret = WideCharToMultiByte(CP_ACP, 0, ucs2, leng, dst, dcnt, NULL, NULL);
         _MFREE(ucs2);          _MFREE(ucs2);
         return(ret);          return(ret);
   
 }  }
 #endif  #endif
   

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>