6 /* GCC feature test. */
9 # define _GPG_ERR_GCC_VERSION (__GNUC__ * 10000 \
10 + __GNUC_MINOR__ * 100 \
11 + __GNUC_PATCHLEVEL__)
17 /* Prototypes for w32-estream.c. */
18 -struct cookie_io_functions_s _gpgrt_functions_w32_pollable;
19 +extern struct cookie_io_functions_s _gpgrt_functions_w32_pollable;
20 int _gpgrt_w32_pollable_create (void *_GPGRT__RESTRICT *_GPGRT__RESTRICT cookie,
21 unsigned int modeflags,
22 struct cookie_io_functions_s next_functions,