summary refs log tree commit diff stats
path: root/libotr/libgpg-error-1.42/src/w32ce-add.h
diff options
context:
space:
mode:
Diffstat (limited to 'libotr/libgpg-error-1.42/src/w32ce-add.h')
-rw-r--r--libotr/libgpg-error-1.42/src/w32ce-add.h8
1 files changed, 8 insertions, 0 deletions
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