Diff for /np2/x11/oemtext.h between versions 1.1 and 1.4

version 1.1, 2005/02/26 13:32:14 version 1.4, 2011/01/15 19:16:58
Line 1 Line 1
   #include "codecnv.h"
   
 #ifdef __cplusplus  #if 1
 extern "C" {  #define oemtext_sjistooem       codecnv_sjistoeuc
 #endif  #define oemtext_oemtosjis       codecnv_euctosjis
   #else
   
   G_BEGIN_DECLS
   
 UINT oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt);  UINT oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt);
 UINT oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt);  UINT oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt);
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
   #endif

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


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