Diff for /np2/codecnv/codecnv.h between versions 1.1 and 1.2

version 1.1, 2005/02/12 12:13:56 version 1.2, 2005/03/20 06:09:16
Line 1 Line 1
 #ifndef _CODECNV_H  
 #define _CODECNV_H  #if !defined(NP2_CODECNV_H__)
   #define NP2_CODECNV_H__
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
Line 19  UINT codecnv_ucs2toutf8(char *dst, UINT  Line 20  UINT codecnv_ucs2toutf8(char *dst, UINT 
 }  }
 #endif  #endif
   
 #endif  #endif  // !defined(NP2_CODECNV_H__)
   

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


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