diff options
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitInit.h | 2 | ||||
-rw-r--r-- | solenv/bin/concat-deps.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h index ff541fb2c113..8a48bd8392be 100644 --- a/include/LibreOfficeKit/LibreOfficeKitInit.h +++ b/include/LibreOfficeKit/LibreOfficeKitInit.h @@ -345,7 +345,7 @@ int lok_preinit( const char *install_path, const char *user_profile_url ) #undef SEPARATOR // It is used at least in enum class MenuItemType -#endif // defined(__linux__) || defined (__FreeBSD_kernel__) || defined(_AIX) || defined(_WIN32) || defined(__APPLE__) +#endif // defined(__linux__) || defined (__FreeBSD__) || defined(_AIX) || defined(_WIN32) || defined(__APPLE__) #ifdef __cplusplus } diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index 09416f103515..155328bf9360 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -32,7 +32,7 @@ #define CORE_LITTLE_ENDIAN #endif /* Def _MSC_VER */ -#if defined(__linux) || defined(__FreeBSD_kernel__) +#if defined(__linux) || defined(__FreeBSD__) #include <sys/param.h> #if __BYTE_ORDER == __LITTLE_ENDIAN #undef CORE_BIG_ENDIAN |