Diff for /np2/codecnv/codecnv.h between versions 1.3 and 1.4

version 1.3, 2005/04/01 15:35:48 version 1.4, 2007/01/02 12:56:54
Line 8  extern "C" { Line 8  extern "C" {
   
 UINT codecnv_sjistoeuc(char *dst, UINT dcnt, const char *src, UINT scnt);  UINT codecnv_sjistoeuc(char *dst, UINT dcnt, const char *src, UINT scnt);
 UINT codecnv_sjistoucs2(UINT16 *dst, UINT dcnt, const char *src, UINT scnt);  UINT codecnv_sjistoucs2(UINT16 *dst, UINT dcnt, const char *src, UINT scnt);
   UINT codecnv_sjis2utf(UINT16 *dst, UINT dcnt, const char *src, UINT scnt);
   
 UINT codecnv_euctosjis(char *dst, UINT dcnt, const char *src, UINT scnt);  UINT codecnv_euctosjis(char *dst, UINT dcnt, const char *src, UINT scnt);
 UINT codecnv_euctoucs2(UINT16 *dst, UINT dcnt, const char *src, UINT scnt);  UINT codecnv_euctoucs2(UINT16 *dst, UINT dcnt, const char *src, UINT scnt);

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


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