Ticket #214: cairo_h.patch

File cairo_h.patch, 418 bytes (added by Dave Yeo, 7 years ago)
  • cairo.h

    old new  
    5353#ifndef cairo_public
    5454# if defined (_MSC_VER) && ! defined (CAIRO_WIN32_STATIC_BUILD)
    5555#  define cairo_public __declspec(dllimport)
     56# elif defined (__WATCOMC__) && defined (__OS2__)
     57#  define cairo_public __declspec(__cdecl)
    5658# else
    5759#  define cairo_public
    5860# endif
    5961#endif
    6062
    6163CAIRO_BEGIN_DECLS