> 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;
>
>
- Re: cvs commit: httpd-2.0 CHANGES Bill Stoddard
- Re: cvs commit: httpd-2.0 CHANGES Doug MacEachern
- Re: cvs commit: httpd-2.0 CHANGES William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0 CHANGES Bill Stoddard
- Re: cvs commit: httpd-2.0 CHANGES rbb
- Re: cvs commit: httpd-2.0 CHANGES Greg Ames
- Re: cvs commit: httpd-2.0 CHANGES Cliff Woolley
- Re: cvs commit: httpd-2.0 CHANGES Greg Ames
- Re: cvs commit: httpd-2.0 CHANG... rbb
- Re: cvs commit: httpd-2.0 CHANG... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0 CHANGES rbb
- Re: cvs commit: httpd-2.0 CHANGES Bill Stoddard
- Re: cvs commit: httpd-2.0 CHANGES Jeff Trawick
- RE: cvs commit: httpd-2.0 CHANGES Ian Holsman
