svdata.hxx extern VCL_PLUGIN_PUBLIC ImplSVData* pImplSVData
admin at wingarch.xohost.com
admin at wingarch.xohost.com
Fri Dec 12 12:29:03 PST 2014
Someone hates windows? Or is this a pImpl attitude? Ok for Unix and mac but keep it away from Windows?
In svdata.hxx, line 362
extern VCL_PLUGIN_PUBLIC ImplSVData* pImplSVData;
#if defined UNX && ! defined MACOS
#define VCL_PLUGIN_PUBLIC VCL_DLLPUBLIC
#else
#define VCL_PLUGIN_PUBLIC SAL_DLLPRIVATE
#endif
More information about the LibreOffice
mailing list