mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
More chnages to use estream. Add a way to replace the standard
descriptors.
This commit is contained in:
parent
0f4eefb094
commit
e64038608b
33 changed files with 241 additions and 78 deletions
|
@ -24,6 +24,10 @@
|
|||
#include "util.h"
|
||||
#include "sysutils.h"
|
||||
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
# define rewind(f) do { fseek (f, 0, SEEK_SET); clearerr (f); } while (0)
|
||||
#endif
|
||||
|
||||
#define pass() do { ; } while(0)
|
||||
#define fail(a) do { fprintf (stderr, "%s:%d: test %d failed\n",\
|
||||
__FILE__,__LINE__, (a)); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue