> i think this will fix it, but its pretty ugly.  maybe we just need another
> macro for this sort of thing?
>

Slight tweak to your suggestion works.  Thanks.

Bill

> --- modules/generators/mod_info.c       2001/05/15 04:25:15     1.36
> +++ modules/generators/mod_info.c       2001/05/16 21:55:18
> @@ -257,7 +257,11 @@
>      int nOrder;
>  } hook_struct_t;
>
> -typedef apr_array_header_t * (*hook_get_t)(void);
> +typedef apr_array_header_t * (
> +#ifdef WIN32
> +    _stdcall_
> +#endif
> +    *hook_get_t)(void);
>
>  typedef struct {
>      const char *name;
>
>

Reply via email to