include/sal/types.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 1290c289590f09288d1c1e89a18a84c81b0d87a8 Author: Tor Lillqvist <[email protected]> Date: Wed Mar 18 09:58:00 2015 +0200 '#if defined(SAL_W32) || defined(SAL_UNX)' matches all our platforms. Change-Id: I6b46eea0890573166d8a49e8060716907f223a1d diff --git a/include/sal/types.h b/include/sal/types.h index e2517ae..4be37d4 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -235,9 +235,7 @@ typedef void * sal_Handle; #define SAL_MAX_SIZE SAL_MAX_UINT64 #endif -#if defined(SAL_W32) || defined(SAL_UNX) -# define SAL_MAX_ENUM 0x7fffffff -#endif +#define SAL_MAX_ENUM 0x7fffffff #if defined(_MSC_VER) || defined(__MINGW32__) # define SAL_DLLPUBLIC_EXPORT __declspec(dllexport) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
