--- np2/codecnv/codecnv.h 2005/02/12 12:13:56 1.1 +++ np2/codecnv/codecnv.h 2005/03/20 06:09:16 1.2 @@ -1,5 +1,6 @@ -#ifndef _CODECNV_H -#define _CODECNV_H + +#if !defined(NP2_CODECNV_H__) +#define NP2_CODECNV_H__ #ifdef __cplusplus extern "C" { @@ -19,5 +20,5 @@ UINT codecnv_ucs2toutf8(char *dst, UINT } #endif -#endif +#endif // !defined(NP2_CODECNV_H__)