Diff for /np2/x11/oemtext.c between versions 1.1 and 1.2

version 1.1, 2005/02/26 13:32:14 version 1.2, 2005/03/05 13:48:19
Line 1 Line 1
 #include "compiler.h"  #include "compiler.h"
   
 #include "oemtext.h"  #include "oemtext.h"
   
   
 UINT  
 oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt)  
 {  
   
         return 0;  
 }  
   
 UINT  
 oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt)  
 {  
   
         return 0;  
 }  

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


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