Blame src/w32ce-add.h

Packit fc043f
## w32ce-add.h - Snippet to be be included into gpg-error.h.
Packit fc043f
## (Comments are indicated by a double hash mark)
Packit fc043f
Packit fc043f
/* Substitute for strerror - this one is thread safe.  */
Packit fc043f
char *_gpg_w32ce_strerror (int err);
Packit fc043f
#ifdef GPG_ERR_ENABLE_ERRNO_MACROS
Packit fc043f
# define strerror(a) _gpg_w32ce_strerror (a)
Packit fc043f
#endif