/* Define if your (broken) compiler shifts signed values as if they were
unsigned. */ /* #undef RIGHT_SHIFT_IS_UNSIGNED */
/* Extra Libreoffice config for windows */ #ifdef _MSC_VER
/* Define "boolean" as unsigned char, not int, per Windows custom */ #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ typedefunsignedchar boolean; #endif #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
/* Define "INT32" as int, not long, per Windows custom */ #if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */ typedefshort INT16; typedefsignedint INT32; #endif #define XMD_H /* prevent jmorecfg.h from redefining it */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.