(ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.
This commit is contained in:
parent
5133a57883
commit
cf29bf99c7
1 changed files with 7 additions and 1 deletions
|
@ -602,7 +602,13 @@ struct coding_system
|
|||
&& XFASTINT (Vw32_system_coding_system) != 0 \
|
||||
? code_convert_string_norecord (str, Vw32_system_coding_system, 0) \
|
||||
: str)
|
||||
#endif
|
||||
|
||||
#else /* WINDOWSNT */
|
||||
|
||||
#define ENCODE_SYSTEM(str) string_make_unibyte(str)
|
||||
#define DECODE_SYSTEM(name) name
|
||||
|
||||
#endif /* !WINDOWSNT */
|
||||
|
||||
/* Extern declarations. */
|
||||
extern int decode_coding P_ ((struct coding_system *, unsigned char *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue