[cairo-commit] cairo/src cairo.h,1.34,1.35
Carl Worth
commit at pdx.freedesktop.org
Fri Dec 12 11:02:09 PST 2003
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv6582/src
Modified Files:
cairo.h
Log Message:
* src/cairo.h (__external_linkage): Add missing definitions from
slim_import.h.
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** cairo.h 11 Dec 2003 20:43:58 -0000 1.34
--- cairo.h 12 Dec 2003 19:02:07 -0000 1.35
***************
*** 42,50 ****
#endif
! /* slim_export.h */
#if defined(WIN32) || defined(__CYGWIN__)
! #define __external_linkage __declspec(dllexport)
#else
! #define __external_linkage
#endif
--- 42,54 ----
#endif
! /* From slim_export.h and slim_import.h */
#if defined(WIN32) || defined(__CYGWIN__)
! # if defined(_CAIROINT_H_)
! # define __external_linkage __declspec(dllexport)
! # else
! # define __external_linkage __declspec(dllimport)
! # endif
#else
! # define __external_linkage
#endif
More information about the cairo-commit
mailing list