On 4/8/07, Michael Hoffman <[EMAIL PROTECTED]> wrote:
> Dieter wrote:
>
> > Pyrex doesn't allow qualifiers in front of prototypes. All of the
> > functions in hdf's high level interface have a macro definition
> > (H5_HLDLL) that expands to __declspec() for that crappy Windows
> > operating system'
Dieter wrote:
> Pyrex doesn't allow qualifiers in front of prototypes. All of the
> functions in hdf's high level interface have a macro definition
> (H5_HLDLL) that expands to __declspec() for that crappy Windows
> operating system's export/import mechanism.
>
> I tried removing the all the macr