--- misc/lcms2-2.4/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcproj 2012-09-10 18:01:51.000000000 +0200 +++ misc/build/lcms2-2.4/Projects/VC2010/lcms2_DLL/lcms2_DLL.vcproj 2012-10-05 22:35:01.607191700 +0200 @@ -205,6 +205,10 @@ > + + --- misc/lcms2-2.4/Projects/VC2010/lcms2_static/lcms2_static.vcproj 2012-09-10 18:01:51.000000000 +0200 +++ misc/build/lcms2-2.4/Projects/VC2010/lcms2_static/lcms2_static.vcproj 2012-10-05 22:35:28.168963200 +0200 @@ -175,6 +175,10 @@ > + + --- misc/lcms2-2.4/include/lcms2.h 2011-12-15 16:45:47.000000000 +0100 +++ misc/build/lcms2-2.4/include/lcms2.h 2012-03-17 22:53:28.731585981 +0100 @@ -192,6 +192,15 @@ typedef int cmsBool; # endif #endif +// LibreOffice always builds this as DLL and with the stdcall calling +// convention, so make this usable from outside without having to +// specify CMS_DLL manually whenever the library is used. +#ifndef CMS_DLL_BUILD +#ifndef CMS_DLL +#define CMS_DLL +#endif +#endif + // Calling convention -- this is hardly platform and compiler dependent #ifdef CMS_IS_WINDOWS_ # if defined(CMS_DLL) || defined(CMS_DLL_BUILD) reoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/shell/source/cmdmail/cmdmailmsg.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 07:06:50 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 07:06:50 +0000
commit98ca9c2cc9ec2d0779a3dcf36873eeb1cc80b706 (patch)
tree1da523f8dff65f04f86e768ac41cbe0e149807b2 /shell/source/cmdmail/cmdmailmsg.hxx
parentb19865f49700261f40d6455bbb99fe973bd78e3c (diff)
INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED