[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#191737: xinerama.h is missing extern C { for C++ compiling



Package:  xlibs-dev
Version: 4.2.1-6


The Xinerama.h file is missing the following construct from the top and
bottom of the file.  This allows it to be safely used in C++ programs, 
this is a build bug for the very latest OpenOffice.org.  This is also
the case on RedHat, Suse, etc so it is definitely an upstream problem.

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
};
#endif

-- 
Thanks
KenF
OpenOffice.org developer





Reply to: