8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
This commit is contained in:
robocop 2003-10-05 07:03:31 +00:00
parent 2a0704d2cd
commit f7e153bae4
4 changed files with 5 additions and 1 deletions

View File

@ -32,3 +32,4 @@
#define KANJI_MASK 0x80
#endif // JRD_KANJI_H

View File

@ -1,7 +1,7 @@
/*
* PROGRAM: JRD Access Method
* MODULE: kanji_proto.h
* DESCRIPTION: Prototype header file for kanji.c
* DESCRIPTION: Prototype header file for kanji.cpp
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
@ -36,3 +36,4 @@ USHORT KANJI_sjis2euc5(UCHAR *, USHORT, UCHAR *, USHORT, USHORT *,
USHORT KANJI_sjis_len(UCHAR *, USHORT, USHORT *);
#endif // JRD_KANJI_PROTO_H

View File

@ -77,3 +77,4 @@ typedef USHORT UNICODE;
void CV_convert_init(CSCONVERT, SSHORT, SSHORT, FPTR_SHORT, const void*, const void*);
#endif /* _INTL_LDCOMMON_H_ */

View File

@ -219,3 +219,4 @@ No errors
#include "../intl/cs_ksc5601.h"
#include "../intl/csjis2_p.h"
*/