From 0e752a6e215aee21dc73da097c3225495d54a5b6 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 9 Apr 2021 07:19:03 -0300 Subject: Add libotr/etc sources --- libotr/libgpg-error-1.42/src/w32ce-add.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libotr/libgpg-error-1.42/src/w32ce-add.h (limited to 'libotr/libgpg-error-1.42/src/w32ce-add.h') diff --git a/libotr/libgpg-error-1.42/src/w32ce-add.h b/libotr/libgpg-error-1.42/src/w32ce-add.h new file mode 100644 index 0000000..c6207bb --- /dev/null +++ b/libotr/libgpg-error-1.42/src/w32ce-add.h @@ -0,0 +1,8 @@ +## w32ce-add.h - Snippet to be be included into gpg-error.h. +## (Comments are indicated by a double hash mark) + +/* Substitute for strerror - this one is thread safe. */ +char *_gpg_w32ce_strerror (int err); +#ifdef GPG_ERR_ENABLE_ERRNO_MACROS +# define strerror(a) _gpg_w32ce_strerror (a) +#endif -- cgit 1.4.1