[cairo] Cairo ported to OS/2 - Suggestions
Doodle
doodle at scenergy.dfmk.hu
Wed Aug 17 02:44:48 PDT 2005
Christian Biesinger wrote:
> Adam Goode wrote:
>> This will give the same result as the __declspec(dllexport) on win32,
>> see http://www.nedprod.com/programs/gccvisibility.html for more info.
>
>
> Doesn't OS/2 require using the declspec variant? (I.e. default
> visibility wouldn't suffice)
>
Yes, nothing is visible (exported) on OS/2 by default, it either
requires the __declspec(dllexport) stuff or one has to tell the
linker explicitly which names to export.
Doodle
More information about the cairo
mailing list