|
|
| version 1.1, 2004/02/18 02:03:36 | version 1.2, 2005/02/09 20:11:35 |
|---|---|
| Line 3 struct _np2infoex; | Line 3 struct _np2infoex; |
| typedef struct _np2infoex NP2INFOEX; | typedef struct _np2infoex NP2INFOEX; |
| struct _np2infoex { | struct _np2infoex { |
| char cr[4]; | OEMCHAR cr[4]; |
| BOOL (*ext)(char *dst, const char *key, int maxlen, NP2INFOEX *ex); | BOOL (*ext)(OEMCHAR *dst, const OEMCHAR *key, int maxlen, |
| const NP2INFOEX *ex); | |
| }; | }; |
| Line 12 struct _np2infoex { | Line 13 struct _np2infoex { |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void np2info(char *dst, const char *src, int maxlen, const NP2INFOEX *ex); | void np2info(OEMCHAR *dst, const OEMCHAR *src, int maxlen, |
| const NP2INFOEX *ex); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |