You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
310 B
15 lines
310 B
Index: gpgme/putc_unlocked.c |
|
--- gpgme/putc_unlocked.c.orig 2003-08-18 21:17:08.000000000 +0200 |
|
+++ gpgme/putc_unlocked.c 2004-03-08 10:46:48.000000000 +0100 |
|
@@ -24,8 +24,11 @@ |
|
|
|
#include <stdio.h> |
|
|
|
+#ifndef putc_unlocked |
|
int |
|
putc_unlocked (int c, FILE *stream) |
|
{ |
|
return putc (c, stream); |
|
} |
|
+#endif |
|
+
|
|
|